Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 339 Bytes

style.md

File metadata and controls

5 lines (5 loc) · 339 Bytes
  1. Each markdown file is corresponding to each problem.
  2. The title of each leetcode question markdown file is the title of the problem with link to that problem.
  3. In the complexity analysis, it should be O(N), not O(n) or O(N). The complexity should be written as inline code block, and the parameter should be capital N.