Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 349 Bytes

File metadata and controls

9 lines (7 loc) · 349 Bytes

leetcode_cpp

The cpp version solution of all the leetcode problems with tag Facebook

All the solutions includes 4 core steps during the interview:

  1. Clarify the problem, including QAs to understand the problem and find the corner cases
  2. Find out all the solutions, compare the time and space complexity and the tradeoffs
  3. Coding
  4. Testing