neetcode.io - Advanced Algorithms (2025)
大小
829.19 MB
文件数
198
Info Hash:
848A9793B3AE6D8C2B0B2F061CDAC66137D3CDBD
收录时间
2025-12-26 09:41:45
更新时间
2025-12-26 10:27:04
文件列表 (198)
0 - Kadane's Algorithm.mp4
35.15 MB
1 - Sliding Window Fixed Size.mp4
14.59 MB
10 - Two Heaps.mp4
38.55 MB
11 - Subsets.mp4
36.28 MB
12 - Combinations.mp4
27.55 MB
13 - Permutations.mp4
27.95 MB
14 - Dijkstra's.mp4
40.66 MB
16 - Kruskal's.mp4
18.85 MB
17 - Topological Sort.mp4
50.39 MB
18 - 0 1 Knapsack.mp4
50.88 MB
19 - Unbounded Knapsack.mp4
58.75 MB
2 - Sliding Window Variable Size.mp4
27.66 MB
21 - Palindromes.mp4
24.85 MB
3 - Two Pointers.mp4
16.13 MB
4 - Prefix Sums.mp4
18.89 MB
5 - Fast and Slow Pointers.mp4
39.54 MB
7 - Union-Find.mp4
34.43 MB
8 - Segment Tree.mp4
54.68 MB
9 - Iterative DFS.mp4
41.18 MB
code/0 - Kadane's Algorithm/cpp.txt
1.28 KB
code/0 - Kadane's Algorithm/HTML.html
1.94 MB
code/0 - Kadane's Algorithm/java.txt
1.48 KB
code/0 - Kadane's Algorithm/js.txt
1.19 KB
code/0 - Kadane's Algorithm/links.txt
198 B
code/0 - Kadane's Algorithm/py.txt
977 B
code/0 - Kadane's Algorithm/swift.txt
1023 B
code/0 - Kadane's Algorithm/youtube links.txt
134 B
code/1 - Sliding Window Fixed Size/cpp.txt
1.09 KB
code/1 - Sliding Window Fixed Size/HTML.html
1.66 MB
code/1 - Sliding Window Fixed Size/java.txt
1.16 KB
code/1 - Sliding Window Fixed Size/js.txt
920 B
code/1 - Sliding Window Fixed Size/links.txt
182 B
code/1 - Sliding Window Fixed Size/python.txt
764 B
code/1 - Sliding Window Fixed Size/swift.txt
832 B
code/1 - Sliding Window Fixed Size/youtube links.txt
68 B
code/10 - Two Heaps/cpp.txt
1.18 KB
code/10 - Two Heaps/HTML.html
1.84 MB
code/10 - Two Heaps/java.txt
1.25 KB
code/10 - Two Heaps/js.txt
1.36 KB
code/10 - Two Heaps/LINKS.txt
168 B
code/10 - Two Heaps/py.txt
1.06 KB
code/10 - Two Heaps/swift.txt
2.51 KB
code/10 - Two Heaps/youtube links.txt
136 B
code/11 - Subsets/cpp.txt
1.46 KB
code/11 - Subsets/HTML.html
2.16 MB
code/11 - Subsets/java.txt
1.75 KB
code/11 - Subsets/js.txt
1.14 KB
code/11 - Subsets/links.txt
101 B
code/11 - Subsets/py.txt
1.05 KB
code/11 - Subsets/swift.txt
1.26 KB
code/11 - Subsets/youtube links.txt
206 B
code/12 - Combinations/cpp.txt
1.31 KB
code/12 - Combinations/HTML.html
1.67 MB
code/12 - Combinations/java.txt
1.63 KB
code/12 - Combinations/js.txt
1.05 KB
code/12 - Combinations/links.txt
180 B
code/12 - Combinations/py.txt
968 B
code/12 - Combinations/swift.txt
1.17 KB
code/12 - Combinations/youtube links.txt
68 B
code/13 - Permutations/cpp.txt
1.12 KB
code/13 - Permutations/HTML.html
2.08 MB
code/13 - Permutations/java.txt
1.57 KB
code/13 - Permutations/js.txt
994 B
code/13 - Permutations/links.txt
111 B
code/13 - Permutations/python.txt
749 B
code/13 - Permutations/swift.txt
816 B
code/13 - Permutations/youtube links.txt
204 B
code/14 - Dijkstra's/cpp.txt
1.25 KB
code/14 - Dijkstra's/HTML.html
1.81 MB
code/14 - Dijkstra's/java.txt
1.33 KB
code/14 - Dijkstra's/js.txt
1.19 KB
code/14 - Dijkstra's/links.txt
183 B
code/14 - Dijkstra's/py.txt
820 B
code/14 - Dijkstra's/swift.txt
2.71 KB
code/14 - Dijkstra's/youtube links.txt
68 B
code/15 - Prim's/cpp.txt
1.9 KB
code/15 - Prim's/HTML.html
1.87 MB
code/15 - Prim's/java.txt
1.89 KB
code/15 - Prim's/js.txt
1.33 KB
code/15 - Prim's/links.txt
178 B
code/15 - Prim's/python.txt
996 B
code/15 - Prim's/swift.txt
2.58 KB
code/15 - Prim's/youtube links.txt
68 B
code/16 - Kruskal's/cpp.txt
2.44 KB
code/16 - Kruskal's/HTML.html
1.85 MB
code/16 - Kruskal's/java.txt
2.13 KB
code/16 - Kruskal's/js.txt
1.84 KB
code/16 - Kruskal's/links.txt
178 B
code/16 - Kruskal's/python.txt
1.41 KB
code/16 - Kruskal's/swift.txt
2.83 KB
code/16 - Kruskal's/youtube links.txt
68 B
code/17 - Topological Sort/cpp.txt
1.09 KB
code/17 - Topological Sort/HTML.html
1.85 MB
code/17 - Topological Sort/java.txt
1.32 KB
code/17 - Topological Sort/js.txt
789 B
code/17 - Topological Sort/links.txt
293 B
code/17 - Topological Sort/python.txt
599 B
code/17 - Topological Sort/swift.txt
751 B
code/17 - Topological Sort/youtube links.txt
68 B
code/18 - 0 1 Knapsack/cpp.txt
3.79 KB
code/18 - 0 1 Knapsack/HTML.html
1.9 MB
code/18 - 0 1 Knapsack/java.txt
4.73 KB
code/18 - 0 1 Knapsack/js.txt
3.66 KB
code/18 - 0 1 Knapsack/links.txt
219 B
code/18 - 0 1 Knapsack/py.txt
3.07 KB
code/18 - 0 1 Knapsack/swift.txt
3.39 KB
code/18 - 0 1 Knapsack/youtube links.txt
136 B
code/19 - Unbounded Knapsack/cpp.txt
3.59 KB
code/19 - Unbounded Knapsack/HTML.html
1.92 MB
code/19 - Unbounded Knapsack/java.txt
4.55 KB
code/19 - Unbounded Knapsack/js.txt
3.52 KB
code/19 - Unbounded Knapsack/links.txt
167 B
code/19 - Unbounded Knapsack/py.txt
2.94 KB
code/19 - Unbounded Knapsack/swift.txt
3.26 KB
code/19 - Unbounded Knapsack/youtube links.txt
136 B
code/2 - Sliding Window Variable Size/cpp.txt
989 B
code/2 - Sliding Window Variable Size/HTML.html
1.89 MB
code/2 - Sliding Window Variable Size/java.txt
1.06 KB
code/2 - Sliding Window Variable Size/js.txt
862 B
code/2 - Sliding Window Variable Size/links.txt
230 B
code/2 - Sliding Window Variable Size/py.txt
779 B
code/2 - Sliding Window Variable Size/swift.txt
774 B
code/2 - Sliding Window Variable Size/youtube links.txt
134 B
code/20 - LCS/cpp.txt
2.28 KB
code/20 - LCS/HTML.html
1.85 MB
code/20 - LCS/java.txt
2.64 KB
code/20 - LCS/js.txt
2.14 KB
code/20 - LCS/links.txt
288 B
code/20 - LCS/py.txt
1.69 KB
code/20 - LCS/swift.txt
2.52 KB
code/20 - LCS/youtube links.txt
136 B
code/21 - Palindromes/cpp.txt
1.31 KB
code/21 - Palindromes/HTML.html
1.86 MB
code/21 - Palindromes/java.txt
1.57 KB
code/21 - Palindromes/js.txt
1.28 KB
code/21 - Palindromes/links.txt
198 B
code/21 - Palindromes/python.txt
1.07 KB
code/21 - Palindromes/swift.txt
1.38 KB
code/21 - Palindromes/youtube links.txt
138 B
code/3 - Two Pointers/cpp.txt
1.98 KB
code/3 - Two Pointers/HTML.html
1.65 MB
code/3 - Two Pointers/java.txt
1.03 KB
code/3 - Two Pointers/js.txt
1.11 KB
code/3 - Two Pointers/links.txt
377 B
code/3 - Two Pointers/python.txt
703 B
code/3 - Two Pointers/swift.txt
938 B
code/3 - Two Pointers/youtube links.txt
66 B
code/4 - Prefix Sums/cpp.txt
458 B
code/4 - Prefix Sums/HTML.html
1.85 MB
code/4 - Prefix Sums/java.txt
525 B
code/4 - Prefix Sums/js.txt
410 B
code/4 - Prefix Sums/Links.txt
298 B
code/4 - Prefix Sums/py.txt
367 B
code/4 - Prefix Sums/swift.txt
347 B
code/4 - Prefix Sums/youtube links.txt
136 B
code/5 - Fast and Slow Pointers/cpp.txt
1.29 KB
code/5 - Fast and Slow Pointers/HTML.html
2.32 MB
code/5 - Fast and Slow Pointers/java.txt
1.5 KB
code/5 - Fast and Slow Pointers/js.txt
1.31 KB
code/5 - Fast and Slow Pointers/links.txt
301 B
code/5 - Fast and Slow Pointers/py.txt
1.01 KB
code/5 - Fast and Slow Pointers/swift.txt
1.27 KB
code/5 - Fast and Slow Pointers/youtube links.txt
272 B
code/6 - Trie/cpp.txt
1.09 KB
code/6 - Trie/HTML.html
2.72 MB
code/6 - Trie/java.txt
1.22 KB
code/6 - Trie/js.txt
1013 B
code/6 - Trie/links.txt
254 B
code/6 - Trie/py.txt
835 B
code/6 - Trie/swift.txt
830 B
code/6 - Trie/youtube links.txt
340 B
code/7 - Union-Find/cpp.txt
1017 B
code/7 - Union-Find/HTML.html
1.69 MB
code/7 - Union-Find/java.txt
1.14 KB
code/7 - Union-Find/js.txt
1.05 KB
code/7 - Union-Find/links.txt
263 B
code/7 - Union-Find/python.txt
894 B
code/7 - Union-Find/swift.txt
798 B
code/7 - Union-Find/youtube links.txt
68 B
code/8 - Segment Tree/cpp.txt
1.5 KB
code/8 - Segment Tree/HTML.html
3.83 MB
code/8 - Segment Tree/java.txt
1.59 KB
code/8 - Segment Tree/js.txt
1.43 KB
code/8 - Segment Tree/links.txt
247 B
code/8 - Segment Tree/py.txt
1.3 KB
code/8 - Segment Tree/swift.txt
1.29 KB
code/8 - Segment Tree/youtube links.txt
408 B
code/9 - Iterative DFS/cpp.txt
1.84 KB
code/9 - Iterative DFS/HTML.html
2.51 MB
code/9 - Iterative DFS/java.txt
2.22 KB
code/9 - Iterative DFS/js.txt
1.56 KB
code/9 - Iterative DFS/links.txt
182 B
code/9 - Iterative DFS/python.txt
1.22 KB
code/9 - Iterative DFS/swift.txt
1.43 KB
code/9 - Iterative DFS/youtube links.txt
204 B