Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 270 Bytes

How to write code.md

File metadata and controls

7 lines (6 loc) · 270 Bytes

How to write code

My coding summary ^_^

  1. Write bad code quickly, then do improvement.
  2. Wait 2 days to look up answer.
  3. Wanna be O(n), just waste some memory and design data structure carefully.
  4. Try sort first, then do what you want. (Two Sum, Three Sum)