Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 3.31 KB

9c-top.md

File metadata and controls

73 lines (61 loc) · 3.31 KB

题目(高频算法)

Intro

  1. https://leetcode.com/problems/isomorphic-strings/
  2. https://leetcode.com/problems/decode-ways/
  3. https://leetcode.com/problems/rectangle-overlap/
  4. https://www.lintcode.com/problem/valid-word-abbreviation/
  5. https://www.lintcode.com/problem/word-abbreviation/

模拟、字符串

  1. https://www.lintcode.com/problem/moving-average-from-data-stream/
  2. https://www.lintcode.com/problem/interval-sum/
  3. https://www.lintcode.com/problem/segment-tree-build/
  4. https://www.lintcode.com/problem/segment-tree-query/
  5. https://www.lintcode.com/problem/segment-tree-modify/
  6. https://www.lintcode.com/problem/strobogrammatic-number/
  7. https://www.lintcode.com/problem/one-edit-distance/
  8. https://www.lintcode.com/problem/read-n-characters-given-read4/
  9. https://www.lintcode.com/problem/read-n-characters-given-read4-ii-call-multiple-times/
  10. https://www.lintcode.com/problem/encode-and-decode-strings/
  11. https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
  12. https://leetcode.com/problems/longest-absolute-file-path/
  13. https://leetcode.com/problems/roman-to-integer/
  14. https://leetcode.com/problems/integer-to-roman/
  15. https://www.lintcode.com/problem/find-the-celebrity/

基础、数据结构

  1. https://www.lintcode.com/problem/missing-ranges/

  2. https://leetcode.com/problems/merge-intervals/

  3. https://leetcode.com/problems/insert-interval/

  4. https://leetcode.com/problems/first-unique-character-in-a-string/

  5. https://leetcode.com/problems/find-all-anagrams-in-a-string/

  6. https://leetcode.com/problems/sliding-window-median/

  7. https://leetcode.com/problems/sliding-window-maximum/

  8. https://www.lintcode.com/problem/unique-word-abbreviation/

  9. https://leetcode.com/problems/longest-consecutive-sequence/

  10. https://leetcode.com/problems/valid-parentheses/

  11. https://www.lintcode.com/problem/load-balancer/

  12. https://leetcode.com/problems/guess-number-higher-or-lower/

  13. https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/

搜索

数学、几何、位运算