The cpp version solution of all the leetcode problems with tag Facebook
All the solutions includes 4 core steps during the interview:
- Clarify the problem, including QAs to understand the problem and find the corner cases
- Find out all the solutions, compare the time and space complexity and the tradeoffs
- Coding
- Testing