Skip to content

lei-hsia/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

New materials

  • array
  • hashtable
  • linkedlist
  • stack
  • Heap (priority queue)
  • ordered set
  • dp
  • math
  • dfs
  • bfs
  • sorting
  • merge sort
  • topological sort
  • greedy
  • tree (binary tree)
  • binary search
  • matrix
  • two pointers
  • bit manipulation
  • backtracking
  • graph
  • simulation
  • prefix sum
  • sliding window
  • union find
  • counting
  • recursion
  • bst
  • trie
  • monotonic stack
  • monotonic queue
  • dc
  • bitmask
  • hash function
  • segment tree
  • interactiveenumeration
  • string matching
  • data stream
  • binary indexed tree
  • rolling hash
  • randomized
  • shortest path
  • combinatorics
  • iterator
  • concurrency
  • number theory
  • bucket sort
  • mst
  • counting sort
  • Quick select
  • suffix array
  • shell
  • line sweep
  • Reservoir sampling
  • strongly connected components
  • eulerian circuit
  • radix sort
  • rejection sampling
  • biconnneted components

previous materials

  1. Cherry Pickup

745- Prefix and Suffix Search

Useful algo link

All problems(including locked; Company-oriented)

CS interview

dp

System design additional : https://soulmachine.gitbooks.io/system-design/content/cn/

Prometheus & JMX underhood


Added:

S.M.Sze: 半導體原件物理,Physics of Semiconductor Device Hust: 分子生物学 J: 无机化学

书: csapp ddia 百面机器学习算法工程师带你去面试 LeetCode101

其实后来总结了一下,要想系统性学习并了解所有,要学: (also: ref)

  1. C语言
  2. OS
  3. 编译原理
  4. 组成原理(龙书和虎书)
  5. 数据库原理

ZJU OS

dp


Reflection

backtracking:

  • 很多选择, 一次只能选一个,要选很多,就是backtracking
  • 参数有一个中间态

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published