NetEase Interview Questions — 2 DSA Problems
2 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked NetEase LeetCode questions for software engineering interviews.
- Strange Printer (HARD) — String, Dynamic Programming
- Most Profit Assigning Work (MEDIUM) — Array, Two Pointers, Binary Search, Greedy, Sorting
N
NetEase
2 questions tracked2 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 2 of 2 questions
1StringDynamic Programming
2ArrayTwo PointersBinary SearchGreedy+1