资源详情

返回首页 | 相关搜索
[Tutorialsplanet.NET] Udemy - Competitive Programming
大小 9.87 GB
文件数 363
Info Hash: 409CB9E3627E7D8DF01E6EA2F2E9A7ADE335A245
收录时间 2026-02-11 07:13:53
更新时间 2026-02-11 07:13:53
文件列表 (363)
1. Introduction/1. About the Instructor.mp4
133.33 MB
1. Introduction/1. About the Instructor.srt
9.09 KB
1. Introduction/2. Course Prerequisites.html
957 B
1. Introduction/3. Course Structure.mp4
59.01 MB
1. Introduction/3. Course Structure.srt
4.1 KB
1. Introduction/4. What is an Online Judge.mp4
116.61 MB
1. Introduction/4. What is an Online Judge.srt
7.57 KB
1. Introduction/5. Online Judge Verdicts.html
1.12 KB
1. Introduction/6. Types of Problem in Programming Contests.mp4
107.63 MB
1. Introduction/6. Types of Problem in Programming Contests.srt
7.23 KB
1. Introduction/7. IO for Competitive Programming.html
1.56 KB
1. Introduction/8. Welcome Contest.html
818 B
1. Introduction/9. Hints and Solutions.html
262 B
1. Introduction/9.1 Hints.pdf
61.79 KB
1. Introduction/9.2 Solutions.pdf
116.22 KB
1. Introduction/[Tutorialsplanet.NET].url
128 B
10. Graphs 1 Graph Exploration/1. Graph Terminology.mp4
40.51 MB
10. Graphs 1 Graph Exploration/1. Graph Terminology.srt
4.83 KB
10. Graphs 1 Graph Exploration/10. Problem Set 9.html
777 B
10. Graphs 1 Graph Exploration/11. Hints and Solutions.html
76 B
10. Graphs 1 Graph Exploration/11.1 Hints.pdf
72.73 KB
10. Graphs 1 Graph Exploration/11.2 Solutions.pdf
139.09 KB
10. Graphs 1 Graph Exploration/2. Graph Representation.mp4
123.03 MB
10. Graphs 1 Graph Exploration/2. Graph Representation.srt
11.69 KB
10. Graphs 1 Graph Exploration/2.1 udemySection10StoringGraphs.cpp
569 B
10. Graphs 1 Graph Exploration/3. Depth-First Search.mp4
110.52 MB
10. Graphs 1 Graph Exploration/3. Depth-First Search.srt
11.44 KB
10. Graphs 1 Graph Exploration/3.1 udemySection10DFS.cpp
770 B
10. Graphs 1 Graph Exploration/4. Breadth-First Search.mp4
96.78 MB
10. Graphs 1 Graph Exploration/4. Breadth-First Search.srt
9.9 KB
10. Graphs 1 Graph Exploration/4.1 udemySection10BFS.cpp
848 B
10. Graphs 1 Graph Exploration/5. Farthest Node BFS Application.mp4
69.79 MB
10. Graphs 1 Graph Exploration/5. Farthest Node BFS Application.srt
0 B
10. Graphs 1 Graph Exploration/5.1 udemySection10FarthestNode.cpp
10.84 KB
10. Graphs 1 Graph Exploration/6. Graph Sums DFS Application.mp4
95.11 MB
10. Graphs 1 Graph Exploration/6. Graph Sums DFS Application.srt
9.79 KB
10. Graphs 1 Graph Exploration/6.1 udemySection10GraphSums.cpp
1 KB
10. Graphs 1 Graph Exploration/6.2 udemySection10GraphSumsShort.cpp
652 B
10. Graphs 1 Graph Exploration/7. Connected Components.mp4
86.86 MB
10. Graphs 1 Graph Exploration/7. Connected Components.srt
12.24 KB
10. Graphs 1 Graph Exploration/7.1 udemySection10ConnectedComponents.cpp
692 B
10. Graphs 1 Graph Exploration/8. Labyrinth Problem Part 1 Single-Source BFS.mp4
114.72 MB
10. Graphs 1 Graph Exploration/8. Labyrinth Problem Part 1 Single-Source BFS.srt
11.52 KB
10. Graphs 1 Graph Exploration/8.1 udemySection10Labyrinth.cpp
1.03 KB
10. Graphs 1 Graph Exploration/9. Labyrinth Problem Part 2 Multi-Source BFS.mp4
85.91 MB
10. Graphs 1 Graph Exploration/9. Labyrinth Problem Part 2 Multi-Source BFS.srt
8.56 KB
10. Graphs 1 Graph Exploration/9.1 udemySection10Labyrinth2.cpp
1.23 KB
11. Graphs 2 Directed Graphs and Cycles/1. Exploring Directed Graphs.mp4
161.73 MB
11. Graphs 2 Directed Graphs and Cycles/1. Exploring Directed Graphs.srt
16.97 KB
11. Graphs 2 Directed Graphs and Cycles/1.1 udemySection10ExploringDirectedGraphs.cpp
1.07 KB
11. Graphs 2 Directed Graphs and Cycles/2. Topological Sort.mp4
180.14 MB
11. Graphs 2 Directed Graphs and Cycles/2. Topological Sort.srt
19.51 KB
11. Graphs 2 Directed Graphs and Cycles/2.1 udemySection11TopologicalSort.cpp
1.61 KB
11. Graphs 2 Directed Graphs and Cycles/3. Strongly Connected Components.mp4
125.25 MB
11. Graphs 2 Directed Graphs and Cycles/3. Strongly Connected Components.srt
17.38 KB
11. Graphs 2 Directed Graphs and Cycles/3.1 Proof.html
116 B
11. Graphs 2 Directed Graphs and Cycles/3.2 udemySection11SCCs.cpp
1.71 KB
11. Graphs 2 Directed Graphs and Cycles/4. Single-Source Shortest Paths BFS.mp4
74.89 MB
11. Graphs 2 Directed Graphs and Cycles/4. Single-Source Shortest Paths BFS.srt
8.48 KB
11. Graphs 2 Directed Graphs and Cycles/4.1 udemySection11SSSP.cpp
877 B
11. Graphs 2 Directed Graphs and Cycles/5. Problem Set 10.html
1.01 KB
11. Graphs 2 Directed Graphs and Cycles/6. Hints and Solutions.html
76 B
11. Graphs 2 Directed Graphs and Cycles/6.1 Hints.pdf
69.68 KB
11. Graphs 2 Directed Graphs and Cycles/6.2 Solutions.pdf
135.74 KB
12/1. Weighted Graphs.mp4
78.95 MB
12/1. Weighted Graphs.srt
5.56 KB
12/2. Single-Source Shortest Paths Dijkstra.mp4
234.9 MB
12/2. Single-Source Shortest Paths Dijkstra.srt
23.94 KB
12/2.1 This modification of Dijkstra (the idea of the video, not the code) comes from CP3, one of the books of the CP series by Felix & Steven Halim, which changed the techniques used for CP. Here is the link to the book, in case you are interested..html
0 B
12/2.2 udemySection12Dijkstra.cpp
1.45 KB
12/3. All-Pairs Shortest Paths Floyd-Warshall's.mp4
138.51 MB
12/3. All-Pairs Shortest Paths Floyd-Warshall's.srt
14.94 KB
12/3.1 udemySection12APSP.cpp
1019 B
12/4. Bellman-Ford and Negative-Weight Cycles.mp4
141.67 MB
12/4. Bellman-Ford and Negative-Weight Cycles.srt
15.28 KB
12/4.1 udemySection12BellmanFord.cpp
1.11 KB
12/5. Case Study Arbitrages and the Logarithm Trick.mp4
200.47 MB
12/5. Case Study Arbitrages and the Logarithm Trick.srt
20.44 KB
12/5.1 udemySection12Arbitrages.cpp
1.37 KB
12/6. Problem Set 11.html
714 B
12/7. Hints and Solutions.html
76 B
12/7.1 Hints.pdf
59.72 KB
12/7.2 Solutions.pdf
123.01 KB
13. Trees/1. What Makes Trees Special.mp4
38.21 MB
13. Trees/1. What Makes Trees Special.srt
2.81 KB
13. Trees/2. Shortest Paths.mp4
104.85 MB
13. Trees/2. Shortest Paths.srt
10.55 KB
13. Trees/2.1 udemySection13ShortestPaths.cpp
991 B
13. Trees/3. Tree Diameter.mp4
59.83 MB
13. Trees/3. Tree Diameter.srt
5.95 KB
13. Trees/3.1 udemySection13Diameter.cpp
1.05 KB
13. Trees/4. Minimum Spanning Trees Prim's Algorithm.mp4
182.15 MB
13. Trees/4. Minimum Spanning Trees Prim's Algorithm.srt
16.79 KB
13. Trees/4.1 udemySection13Prim.cpp
1.1 KB
13. Trees/5. Problem Set 12.html
637 B
13. Trees/6. Hints and Solutions.html
76 B
13. Trees/6.1 Hints.pdf
70.74 KB
13. Trees/6.2 Solutions.pdf
137.35 KB
14. Union-Find Disjoint Sets/1. UFDS Introduction.mp4
143.43 MB
14. Union-Find Disjoint Sets/1. UFDS Introduction.srt
14.54 KB
14. Union-Find Disjoint Sets/1.1 udemySection14UFDSIntro.cpp
609 B
14. Union-Find Disjoint Sets/2. Speeding Up UFDS.mp4
85.92 MB
14. Union-Find Disjoint Sets/2. Speeding Up UFDS.srt
7.71 KB
14. Union-Find Disjoint Sets/2.1 udemySection14UFDSOptimised.cpp
852 B
14. Union-Find Disjoint Sets/3. UFDS VS Finding Connected Components.mp4
45.56 MB
14. Union-Find Disjoint Sets/3. UFDS VS Finding Connected Components.srt
3.29 KB
14. Union-Find Disjoint Sets/4. Example Application Kruskal's Algorithm.mp4
122.91 MB
14. Union-Find Disjoint Sets/4. Example Application Kruskal's Algorithm.srt
11.52 KB
14. Union-Find Disjoint Sets/4.1 udemySection14Kruskal.cpp
1.15 KB
14. Union-Find Disjoint Sets/5. Minimum Spanning Trees Variants.mp4
57.19 MB
14. Union-Find Disjoint Sets/5. Minimum Spanning Trees Variants.srt
6.62 KB
14. Union-Find Disjoint Sets/5.1 udemySection14MSTVariants.cpp
3.12 KB
14. Union-Find Disjoint Sets/6. Problem Set 13.html
881 B
14. Union-Find Disjoint Sets/7. Hints and Solutions.html
76 B
14. Union-Find Disjoint Sets/7.1 Hints.pdf
58.84 KB
14. Union-Find Disjoint Sets/7.2 Solutions.pdf
132.43 KB
15. Strings, Tries and Trees/1. DP on Strings Longest Common Subsequence.mp4
127.71 MB
15. Strings, Tries and Trees/1. DP on Strings Longest Common Subsequence.srt
14.03 KB
15. Strings, Tries and Trees/1.1 udemySection15LCS.cpp
694 B
15. Strings, Tries and Trees/10. Hints and Solutions.html
76 B
15. Strings, Tries and Trees/10.1 Hints.pdf
88.87 KB
15. Strings, Tries and Trees/10.2 Solutions.pdf
163.66 KB
15. Strings, Tries and Trees/2. DP on Strings Edit Distance.mp4
113.33 MB
15. Strings, Tries and Trees/2. DP on Strings Edit Distance.srt
12.13 KB
15. Strings, Tries and Trees/2.1 udemySection15EditDistance.cpp
870 B
15. Strings, Tries and Trees/3. DP on Strings Longest Palindromic Substring.mp4
92.23 MB
15. Strings, Tries and Trees/3. DP on Strings Longest Palindromic Substring.srt
9.88 KB
15. Strings, Tries and Trees/3.1 udemySection15LongestPalindromicSubstring.cpp
1.46 KB
15. Strings, Tries and Trees/4. Suffix Tries.mp4
148.4 MB
15. Strings, Tries and Trees/4. Suffix Tries.srt
15.7 KB
15. Strings, Tries and Trees/4.1 udemySection15Trie.cpp
1.3 KB
15. Strings, Tries and Trees/5. Representing a Dictionary Using a Trie.mp4
52.06 MB
15. Strings, Tries and Trees/5. Representing a Dictionary Using a Trie.srt
6.15 KB
15. Strings, Tries and Trees/5.1 udemySection15Dictionary.cpp
1.45 KB
15. Strings, Tries and Trees/6. From Suffix Tries to Suffix Trees.mp4
24.47 MB
15. Strings, Tries and Trees/6. From Suffix Tries to Suffix Trees.srt
2.5 KB
15. Strings, Tries and Trees/7. Suffix Trees Insertion.mp4
196.31 MB
15. Strings, Tries and Trees/7. Suffix Trees Insertion.srt
15.3 KB
15. Strings, Tries and Trees/7.1 Out of the scope of the course if the contest has a tight time limit, you may need a faster implementation, similar to the one below.html
118 B
15. Strings, Tries and Trees/7.2 udemySection15SuffixTree.cpp
3.52 KB
15. Strings, Tries and Trees/8. Suffix Trees Other Operations.mp4
76.91 MB
15. Strings, Tries and Trees/8. Suffix Trees Other Operations.srt
5.93 KB
15. Strings, Tries and Trees/9. Problem Set 14.html
761 B
16. Game Theory Minimax and Optimal Game Playing/1. States and Transitions.mp4
50.33 MB
16. Game Theory Minimax and Optimal Game Playing/1. States and Transitions.srt
3.19 KB
16. Game Theory Minimax and Optimal Game Playing/2. How to Always Win in 1-2-3.mp4
60.02 MB
16. Game Theory Minimax and Optimal Game Playing/2. How to Always Win in 1-2-3.srt
8.73 KB
16. Game Theory Minimax and Optimal Game Playing/3. Tic Tac Toe AI 1 Introduction to the Project.mp4
28.56 MB
16. Game Theory Minimax and Optimal Game Playing/3. Tic Tac Toe AI 1 Introduction to the Project.srt
2.14 KB
16. Game Theory Minimax and Optimal Game Playing/3.1 This article series is a useful reference to learn about an alternative implementation and its details.html
143 B
16. Game Theory Minimax and Optimal Game Playing/4. Tic Tac Toe AI 2 Program Structure.mp4
72.65 MB
16. Game Theory Minimax and Optimal Game Playing/4. Tic Tac Toe AI 2 Program Structure.srt
7.65 KB
16. Game Theory Minimax and Optimal Game Playing/4.1 udemySection16TicTacToe.cpp
4.3 KB
16. Game Theory Minimax and Optimal Game Playing/5. Tic Tac Toe AI 3 Helper Functions.mp4
135.18 MB
16. Game Theory Minimax and Optimal Game Playing/5. Tic Tac Toe AI 3 Helper Functions.srt
12.96 KB
16. Game Theory Minimax and Optimal Game Playing/6. Tic Tac Toe AI 4 Minimax.mp4
203.37 MB
16. Game Theory Minimax and Optimal Game Playing/6. Tic Tac Toe AI 4 Minimax.srt
20.09 KB
16. Game Theory Minimax and Optimal Game Playing/7. Tic Tac Toe AI 5 Recovering the Optimal Move.mp4
53.39 MB
16. Game Theory Minimax and Optimal Game Playing/7. Tic Tac Toe AI 5 Recovering the Optimal Move.srt
5.75 KB
16. Game Theory Minimax and Optimal Game Playing/8. Problem Set 15.html
855 B
16. Game Theory Minimax and Optimal Game Playing/9. Hints and Solutions.html
76 B
16. Game Theory Minimax and Optimal Game Playing/9.1 Hints.pdf
66.68 KB
16. Game Theory Minimax and Optimal Game Playing/9.2 Solutions.pdf
132.98 KB
17. Extra Interactive Problems/1. How To Approach Interactive Problems.mp4
102.74 MB
17. Extra Interactive Problems/1. How To Approach Interactive Problems.srt
6.91 KB
17. Extra Interactive Problems/2. Problem Set 16.html
811 B
17. Extra Interactive Problems/3. Hints and Solutions.html
76 B
17. Extra Interactive Problems/3.1 Hints.pdf
66.52 KB
17. Extra Interactive Problems/3.2 Solutions.pdf
151.52 KB
17. Extra Interactive Problems/4. Farewell and Next Steps.mp4
64.06 MB
17. Extra Interactive Problems/4. Farewell and Next Steps.srt
4.28 KB
17. Extra Interactive Problems/[Tutorialsplanet.NET].url
128 B
2. Sorting/1. Introduction to Section 2 and the Horse Race Problem.mp4
103.84 MB
2. Sorting/1. Introduction to Section 2 and the Horse Race Problem.srt
10.82 KB
2. Sorting/1.1 Horses.pdf
51.38 KB
2. Sorting/10. Bucket Sort Solution to the Football Problem.mp4
63.86 MB
2. Sorting/10. Bucket Sort Solution to the Football Problem.srt
6.48 KB
2. Sorting/10.1 footballers.cpp
1.71 KB
2. Sorting/11. Problem Set 1.html
1.01 KB
2. Sorting/12. Hints and Solutions.html
76 B
2. Sorting/12.1 Hints.pdf
62.72 KB
2. Sorting/12.2 Solutions.pdf
144.69 KB
2. Sorting/2. Sorting in C++ Using Custom Comparators.mp4
38.16 MB
2. Sorting/2. Sorting in C++ Using Custom Comparators.srt
3.65 KB
2. Sorting/2.1 horsesFunction.cpp
2.82 KB
2. Sorting/3. Structs and Overloading Comparison Operators.mp4
50.72 MB
2. Sorting/3. Structs and Overloading Comparison Operators.srt
5.67 KB
2. Sorting/3.1 horsesOverloading.cpp
2.94 KB
2. Sorting/4. Merge Sort.mp4
145.11 MB
2. Sorting/4. Merge Sort.srt
16.67 KB
2. Sorting/4.1 udemySection2MergeSort.cpp
1.25 KB
2. Sorting/5. QuickSort.mp4
109.73 MB
2. Sorting/5. QuickSort.srt
13.83 KB
2. Sorting/5.1 Extra resource.html
120 B
2. Sorting/5.2 udemySection2QuickSort.cpp
868 B
2. Sorting/6. DNA Sorting Problem.mp4
32.05 MB
2. Sorting/6. DNA Sorting Problem.srt
2.18 KB
2. Sorting/6.1 dna.txt
27.78 KB
2. Sorting/7. Count Sort.mp4
48.14 MB
2. Sorting/7. Count Sort.srt
5.34 KB
2. Sorting/7.1 dnaCountSort.cpp
706 B
2. Sorting/8. Football Problem.mp4
30.56 MB
2. Sorting/8. Football Problem.srt
1.95 KB
2. Sorting/8.1 footballData.txt
77.04 KB
2. Sorting/9. Bucket Sort.mp4
78.71 MB
2. Sorting/9. Bucket Sort.srt
5.24 KB
3. Searching/1. Linear Search.mp4
68.83 MB
3. Searching/1. Linear Search.srt
9.94 KB
3. Searching/1.1 udemySection3LinearSearch.cpp
337 B
3. Searching/2. Binary Search.mp4
118.21 MB
3. Searching/2. Binary Search.srt
15.87 KB
3. Searching/2.1 udemySection3BinarySearch.cpp
746 B
3. Searching/3. QuickSelect.mp4
73.35 MB
3. Searching/3. QuickSelect.srt
9.22 KB
3. Searching/3.1 Extra resource.html
143 B
3. Searching/3.2 udemySection3QuickSelect.cpp
1.22 KB
3. Searching/4. Two Pointer Technique Start+End.mp4
67.75 MB
3. Searching/4. Two Pointer Technique Start+End.srt
8.67 KB
3. Searching/4.1 Extra examples.html
124 B
3. Searching/4.2 udemySection3TwoPointer.cpp
535 B
3. Searching/5. Two Pointer Technique Different Paces.mp4
68.11 MB
3. Searching/5. Two Pointer Technique Different Paces.srt
7.97 KB
3. Searching/5.1 udemySection3TwoPointerP2.cpp
953 B
3. Searching/6. Problem Set 2.html
711 B
3. Searching/7. Hints and Solutions.html
76 B
3. Searching/7.1 Hints.pdf
59.77 KB
3. Searching/7.2 Solutions.pdf
109.92 KB
4/1. Stacks bracket matching.mp4
117.55 MB
4/1. Stacks bracket matching.srt
13.49 KB
4/1.1 Problem to submit code to. Note all operations described are O(1) in C++..html
152 B
4/1.2 udemySection4Stacks.cpp
1.39 KB
4/10. Hints and Solutions.html
76 B
4/10.1 Hints.pdf
51.99 KB
4/10.2 Solutions.pdf
113.69 KB
4/2. Queues.mp4
125.09 MB
4/2. Queues.srt
15.31 KB
4/3. Hash Tables and Hash Sets Introduction.mp4
67.83 MB
4/3. Hash Tables and Hash Sets Introduction.srt
4.39 KB
4/4. Unordered (Hash) Sets and Maps in C++.mp4
95.72 MB
4/4. Unordered (Hash) Sets and Maps in C++.srt
10.97 KB
4/4.1 Also, I have never seen a problem which required multimaps but here they are.html
123 B
4/4.2 Reference on multisets in case you are interested. There is rarely a problem for which they are useful, but they might be worth knowing, as their operations are similar to those of regular C++ sets.html
0 B
4/5. Ordered Sets and Maps.mp4
96.66 MB
4/5. Ordered Sets and Maps.srt
10.99 KB
4/5.1 udemySection4Ordered.cpp
1.06 KB
4/6. Dictionaries.mp4
45.83 MB
4/6. Dictionaries.srt
5.41 KB
4/6.1 udemySection4Dicts.cpp
1.43 KB
4/7. Coordinate compression.mp4
76.09 MB
4/7. Coordinate compression.srt
5.54 KB
4/8. Custom Comparators for STL Data Structures.mp4
80.63 MB
4/8. Custom Comparators for STL Data Structures.srt
11.44 KB
4/8.1 udemySection4CustomComparators.cpp
1.12 KB
4/9. Problem Set 3.html
1.24 KB
5. Hashing/1. Hash Functions.mp4
60.74 MB
5. Hashing/1. Hash Functions.srt
9.73 KB
5. Hashing/1.1 udemySection5HashFunctions.cpp
318 B
5. Hashing/1.2 Why Choose a Prime Cardinality.html
148 B
5. Hashing/2. Extra Handling Collisions.mp4
36.79 MB
5. Hashing/2. Extra Handling Collisions.srt
2.37 KB
5. Hashing/3. Rabin-Karp Case Study Pattern Search.mp4
95.95 MB
5. Hashing/3. Rabin-Karp Case Study Pattern Search.srt
10.95 KB
5. Hashing/3.1 In case you want to submit your own implementation, here is an online judge which checks submissions of Rabin-Karp.html
97 B
5. Hashing/3.2 udemySection5StringSearch.cpp
2.14 KB
5. Hashing/4. Rabin-Karp Case Study Polynomial Rolling Hash Functions.mp4
109.77 MB
5. Hashing/4. Rabin-Karp Case Study Polynomial Rolling Hash Functions.srt
10.54 KB
5. Hashing/5. Rabin-Karp Case Study Sliding Window Technique.mp4
101.32 MB
5. Hashing/5. Rabin-Karp Case Study Sliding Window Technique.srt
9.71 KB
5. Hashing/6. Sliding Window Technique Subarray Sums.mp4
94.79 MB
5. Hashing/6. Sliding Window Technique Subarray Sums.srt
10.01 KB
5. Hashing/6.1 udemySection5SlidingWindow.cpp
501 B
5. Hashing/7. Problem Set 4.html
538 B
5. Hashing/8. Hints and Solutions.html
76 B
5. Hashing/8.1 Hints.pdf
73.21 KB
5. Hashing/8.2 Solutions.pdf
156.22 KB
6. Greedy Algorithms/1. What are Greedy Algorithms.mp4
76.12 MB
6. Greedy Algorithms/1. What are Greedy Algorithms.srt
5.38 KB
6. Greedy Algorithms/2. Greedy Coin Change.mp4
129.26 MB
6. Greedy Algorithms/2. Greedy Coin Change.srt
14.77 KB
6. Greedy Algorithms/2.1 udemySection6GreedyCoinChange.cpp
1.12 KB
6. Greedy Algorithms/3. Demonstrating Correctness Under Contest Time Pressure.mp4
269.17 MB
6. Greedy Algorithms/3. Demonstrating Correctness Under Contest Time Pressure.srt
18.64 KB
6. Greedy Algorithms/4. Timetable Problem.mp4
117.02 MB
6. Greedy Algorithms/4. Timetable Problem.srt
12.53 KB
6. Greedy Algorithms/4.1 Extra rigorous proof technique.html
120 B
6. Greedy Algorithms/4.2 udemySection6Timetable.cpp
1.27 KB
6. Greedy Algorithms/5. Interval Covering.mp4
109.61 MB
6. Greedy Algorithms/5. Interval Covering.srt
9.63 KB
6. Greedy Algorithms/5.1 udemySection6IntervalCovering.cpp
1.03 KB
6. Greedy Algorithms/6. Sort - Solve.mp4
29.26 MB
6. Greedy Algorithms/6. Sort - Solve.srt
2.24 KB
6. Greedy Algorithms/7. Problem Set 5.html
1.06 KB
6. Greedy Algorithms/8. Hints and Solutions.html
76 B
6. Greedy Algorithms/8.1 Hints.pdf
154.96 KB
6. Greedy Algorithms/8.2 Solutions.pdf
236.57 KB
7. Complete Search/1. Complete Search Introduction.mp4
34.48 MB
7. Complete Search/1. Complete Search Introduction.srt
2.53 KB
7. Complete Search/2. Backtracking Introduction.mp4
59.7 MB
7. Complete Search/2. Backtracking Introduction.srt
4.12 KB
7. Complete Search/3. Backtracking Permutations.mp4
77.28 MB
7. Complete Search/3. Backtracking Permutations.srt
9.73 KB
7. Complete Search/3.1 udemySection7Permutations.cpp
884 B
7. Complete Search/4. Backtracking Subsets.mp4
46.89 MB
7. Complete Search/4. Backtracking Subsets.srt
5.68 KB
7. Complete Search/4.1 udemySection7Subsets.cpp
583 B
7. Complete Search/5. Pruning Card Game.mp4
129.31 MB
7. Complete Search/5. Pruning Card Game.srt
11.25 KB
7. Complete Search/5.1 Card_Game.pdf
56.86 KB
7. Complete Search/5.2 udemySection7Pruning.cpp
1.47 KB
7. Complete Search/6. Iterative Complete Search.mp4
55.29 MB
7. Complete Search/6. Iterative Complete Search.srt
5.36 KB
7. Complete Search/6.1 udemySection7IterativeCompleteSearch.cpp
805 B
7. Complete Search/7. Problem Set 6.html
732 B
7. Complete Search/8. Hints and Solutions.html
76 B
7. Complete Search/8.1 Hints.pdf
57.57 KB
7. Complete Search/8.2 Solutions.pdf
115.97 KB
8. Divide and Conquer/1. Revisiting Sections 2 and 3.mp4
102.82 MB
8. Divide and Conquer/1. Revisiting Sections 2 and 3.srt
6.93 KB
8. Divide and Conquer/2. Binary Search the Answer.mp4
122.6 MB
8. Divide and Conquer/2. Binary Search the Answer.srt
12.65 KB
8. Divide and Conquer/2.1 udemySection8BinarySearchAnswer.cpp
574 B
8. Divide and Conquer/3. The Bisection Method.mp4
99.76 MB
8. Divide and Conquer/3. The Bisection Method.srt
10.82 KB
8. Divide and Conquer/3.1 bisection.mp4
48.39 MB
8. Divide and Conquer/3.2 More information on accuracy.html
116 B
8. Divide and Conquer/4. Problem Set 7.html
869 B
8. Divide and Conquer/5. Hints and Solutions.html
76 B
8. Divide and Conquer/5.1 Hints.pdf
97.44 KB
8. Divide and Conquer/5.2 Solutions.pdf
152.77 KB
9. Dynamic Programming/1. Top-Down Fibonacci.mp4
186.77 MB
9. Dynamic Programming/1. Top-Down Fibonacci.srt
13.2 KB
9. Dynamic Programming/1.1 udemySection9TopDownFibonacci.cpp
460 B
9. Dynamic Programming/10. Horses Problem Revisited.mp4
110.42 MB
9. Dynamic Programming/10. Horses Problem Revisited.srt
9.95 KB
9. Dynamic Programming/11. Horses Addendum.mp4
44.58 MB
9. Dynamic Programming/11. Horses Addendum.srt
4.32 KB
9. Dynamic Programming/12. Problem Set 8.html
1.36 KB
9. Dynamic Programming/13. Hints and Solutions.html
76 B
9. Dynamic Programming/13.1 Hints.pdf
97.88 KB
9. Dynamic Programming/13.2 Solutions.pdf
156.91 KB
9. Dynamic Programming/2. Bottom-Up Fibonacci.mp4
88.19 MB
9. Dynamic Programming/2. Bottom-Up Fibonacci.srt
6.72 KB
9. Dynamic Programming/2.1 udemySection9BottomUpFibonacci.cpp
412 B
9. Dynamic Programming/3. How to Recognise and Approach DP Problems.mp4
184.85 MB
9. Dynamic Programming/3. How to Recognise and Approach DP Problems.srt
12.88 KB
9. Dynamic Programming/4. Maximum One-Dimensional Range Sum.mp4
115.16 MB
9. Dynamic Programming/4. Maximum One-Dimensional Range Sum.srt
12.81 KB
9. Dynamic Programming/4.1 udemySection9Max1DRangeSum.cpp
570 B
9. Dynamic Programming/5. Space Optimisation.mp4
118.48 MB
9. Dynamic Programming/5. Space Optimisation.srt
13.85 KB
9. Dynamic Programming/5.1 udemySection9SpaceOptimisation.cpp
1.17 KB
9. Dynamic Programming/6. Optimal Coin Change 1.mp4
106.22 MB
9. Dynamic Programming/6. Optimal Coin Change 1.srt
12.25 KB
9. Dynamic Programming/6.1 udemySection9CoinChange.cpp
784 B
9. Dynamic Programming/7. Optimal Coin Change 2.mp4
175.16 MB
9. Dynamic Programming/7. Optimal Coin Change 2.srt
19.45 KB
9. Dynamic Programming/8. Backtracking to Find Solutions.mp4
70.42 MB
9. Dynamic Programming/8. Backtracking to Find Solutions.srt
6.91 KB
9. Dynamic Programming/8.1 udemySection9Backtracking.cpp
1.36 KB
9. Dynamic Programming/9. Prefix Sums.mp4
78.3 MB
9. Dynamic Programming/9. Prefix Sums.srt
6.96 KB
9. Dynamic Programming/9.1 udemySection9PrefixSums.cpp
516 B
[Tutorialsplanet.NET].url
128 B

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。