文件名称:leetcode和oj-code-note:代码注释
文件大小:84KB
文件格式:ZIP
更新时间:2024-07-19 20:24:35
系统开源
leetcode 和 oj 这是 C++ 编码面试的笔记本。 大多数解决方案都正确有效地通过了 OJ。 任何更正表示赞赏。
【文件预览】:
code-note-master
----.gitignore(352B)
----README.md(719B)
----book.json(582B)
----data-structure()
--------queue.md(2KB)
--------set.md(1KB)
--------design.md(3KB)
--------binary-search-tree.md(4KB)
--------heap.md(1KB)
--------union-find.md(2KB)
--------binary-indexed-tree.md(2KB)
--------array.md(2KB)
--------segment-tree.md(1KB)
--------tree.md(4KB)
--------hash-table.md(4KB)
--------trie.md(5KB)
--------linked-list.md(2KB)
--------stack.md(3KB)
----_layouts()
--------website()
--------layout.html(1KB)
----misc()
--------big-data.md(232B)
--------behavioral-questions.md(3KB)
--------object-oriented-design.md(51B)
--------system-design.md(33B)
----cpp()
--------stl.md(10KB)
--------cpp.md(5KB)
--------memory.md(692B)
--------thread.md(2KB)
----SUMMARY.md(2KB)
----scripts()
--------clipboard.js(11KB)
--------ga.js(372B)
--------disqus.js(188B)
----styles()
--------website.css(4KB)
----images()
--------icons()
--------badges()
----algorithm()
--------binary-search.md(4KB)
--------topological-sort.md(4KB)
--------sort.md(3KB)
--------breadth-first-search.md(1KB)
--------depth-first-search.md(3KB)
--------recursion.md(778B)
--------two-pointers.md(6KB)
--------string.md(7KB)
--------math.md(4KB)
--------backtracking.md(4KB)
--------divide-and-conquer.md(4KB)
--------dynamic-programming.md(8KB)
--------greedy.md(2KB)
--------bit-manipulation.md(2KB)