FileMood

Download [Tutorialsplanet.NET] Udemy - Competitive Programming

Tutorialsplanet NET Udemy Competitive Programming

Name

[Tutorialsplanet.NET] Udemy - Competitive Programming

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

10.6 GB

Total Files

363

Last Seen

2025-07-17 23:43

Hash

409CB9E3627E7D8DF01E6EA2F2E9A7ADE335A245

/1. Introduction/

1. About the Instructor.mp4

139.8 MB

1. About the Instructor.srt

9.3 KB

2. Course Prerequisites.html

1.0 KB

3. Course Structure.mp4

61.9 MB

3. Course Structure.srt

4.2 KB

4. What is an Online Judge.mp4

122.3 MB

4. What is an Online Judge.srt

7.7 KB

5. Online Judge Verdicts.html

1.1 KB

6. Types of Problem in Programming Contests.mp4

112.9 MB

6. Types of Problem in Programming Contests.srt

7.4 KB

7. IO for Competitive Programming.html

1.6 KB

8. Welcome Contest.html

0.8 KB

9. Hints and Solutions.html

0.3 KB

9.1 Hints.pdf

63.3 KB

9.2 Solutions.pdf

119.0 KB

[Tutorialsplanet.NET].url

0.1 KB

/10. Graphs 1 Graph Exploration/

1. Graph Terminology.mp4

42.5 MB

1. Graph Terminology.srt

5.0 KB

10. Problem Set 9.html

0.8 KB

11. Hints and Solutions.html

0.1 KB

11.1 Hints.pdf

74.5 KB

11.2 Solutions.pdf

142.4 KB

2. Graph Representation.mp4

129.0 MB

2. Graph Representation.srt

12.0 KB

2.1 udemySection10StoringGraphs.cpp

0.6 KB

3. Depth-First Search.mp4

115.9 MB

3. Depth-First Search.srt

11.7 KB

3.1 udemySection10DFS.cpp

0.8 KB

4. Breadth-First Search.mp4

101.5 MB

4. Breadth-First Search.srt

10.1 KB

4.1 udemySection10BFS.cpp

0.8 KB

5. Farthest Node BFS Application.mp4

73.2 MB

5. Farthest Node BFS Application.srt

0.0 KB

5.1 udemySection10FarthestNode.cpp

11.1 KB

6. Graph Sums DFS Application.mp4

99.7 MB

6. Graph Sums DFS Application.srt

10.0 KB

6.1 udemySection10GraphSums.cpp

1.0 KB

6.2 udemySection10GraphSumsShort.cpp

0.7 KB

7. Connected Components.mp4

91.1 MB

7. Connected Components.srt

12.5 KB

7.1 udemySection10ConnectedComponents.cpp

0.7 KB

8. Labyrinth Problem Part 1 Single-Source BFS.mp4

120.3 MB

8. Labyrinth Problem Part 1 Single-Source BFS.srt

11.8 KB

8.1 udemySection10Labyrinth.cpp

1.1 KB

9. Labyrinth Problem Part 2 Multi-Source BFS.mp4

90.1 MB

9. Labyrinth Problem Part 2 Multi-Source BFS.srt

8.8 KB

9.1 udemySection10Labyrinth2.cpp

1.3 KB

/11. Graphs 2 Directed Graphs and Cycles/

1. Exploring Directed Graphs.mp4

169.6 MB

1. Exploring Directed Graphs.srt

17.4 KB

1.1 udemySection10ExploringDirectedGraphs.cpp

1.1 KB

2. Topological Sort.mp4

188.9 MB

2. Topological Sort.srt

20.0 KB

2.1 udemySection11TopologicalSort.cpp

1.7 KB

3. Strongly Connected Components.mp4

131.3 MB

3. Strongly Connected Components.srt

17.8 KB

3.1 Proof.html

0.1 KB

3.2 udemySection11SCCs.cpp

1.7 KB

4. Single-Source Shortest Paths BFS.mp4

78.5 MB

4. Single-Source Shortest Paths BFS.srt

8.7 KB

4.1 udemySection11SSSP.cpp

0.9 KB

5. Problem Set 10.html

1.0 KB

6. Hints and Solutions.html

0.1 KB

6.1 Hints.pdf

71.4 KB

6.2 Solutions.pdf

139.0 KB

/12/

1. Weighted Graphs.mp4

82.8 MB

1. Weighted Graphs.srt

5.7 KB

2. Single-Source Shortest Paths Dijkstra.mp4

246.3 MB

2. Single-Source Shortest Paths Dijkstra.srt

24.5 KB

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.0 KB

2.2 udemySection12Dijkstra.cpp

1.5 KB

3. All-Pairs Shortest Paths Floyd-Warshall's.mp4

145.2 MB

3. All-Pairs Shortest Paths Floyd-Warshall's.srt

15.3 KB

3.1 udemySection12APSP.cpp

1.0 KB

4. Bellman-Ford and Negative-Weight Cycles.mp4

148.6 MB

4. Bellman-Ford and Negative-Weight Cycles.srt

15.6 KB

4.1 udemySection12BellmanFord.cpp

1.1 KB

5. Case Study Arbitrages and the Logarithm Trick.mp4

210.2 MB

5. Case Study Arbitrages and the Logarithm Trick.srt

20.9 KB

5.1 udemySection12Arbitrages.cpp

1.4 KB

6. Problem Set 11.html

0.7 KB

7. Hints and Solutions.html

0.1 KB

7.1 Hints.pdf

61.2 KB

7.2 Solutions.pdf

126.0 KB

/13. Trees/

1. What Makes Trees Special.mp4

40.1 MB

1. What Makes Trees Special.srt

2.9 KB

2. Shortest Paths.mp4

109.9 MB

2. Shortest Paths.srt

10.8 KB

2.1 udemySection13ShortestPaths.cpp

1.0 KB

3. Tree Diameter.mp4

62.7 MB

3. Tree Diameter.srt

6.1 KB

3.1 udemySection13Diameter.cpp

1.1 KB

4. Minimum Spanning Trees Prim's Algorithm.mp4

191.0 MB

4. Minimum Spanning Trees Prim's Algorithm.srt

17.2 KB

4.1 udemySection13Prim.cpp

1.1 KB

5. Problem Set 12.html

0.6 KB

6. Hints and Solutions.html

0.1 KB

6.1 Hints.pdf

72.4 KB

6.2 Solutions.pdf

140.6 KB

/14. Union-Find Disjoint Sets/

1. UFDS Introduction.mp4

150.4 MB

1. UFDS Introduction.srt

14.9 KB

1.1 udemySection14UFDSIntro.cpp

0.6 KB

2. Speeding Up UFDS.mp4

90.1 MB

2. Speeding Up UFDS.srt

7.9 KB

2.1 udemySection14UFDSOptimised.cpp

0.9 KB

3. UFDS VS Finding Connected Components.mp4

47.8 MB

3. UFDS VS Finding Connected Components.srt

3.4 KB

4. Example Application Kruskal's Algorithm.mp4

128.9 MB

4. Example Application Kruskal's Algorithm.srt

11.8 KB

4.1 udemySection14Kruskal.cpp

1.2 KB

5. Minimum Spanning Trees Variants.mp4

60.0 MB

5. Minimum Spanning Trees Variants.srt

6.8 KB

5.1 udemySection14MSTVariants.cpp

3.2 KB

6. Problem Set 13.html

0.9 KB

7. Hints and Solutions.html

0.1 KB

7.1 Hints.pdf

60.3 KB

7.2 Solutions.pdf

135.6 KB

/15. Strings, Tries and Trees/

1. DP on Strings Longest Common Subsequence.mp4

133.9 MB

1. DP on Strings Longest Common Subsequence.srt

14.4 KB

1.1 udemySection15LCS.cpp

0.7 KB

10. Hints and Solutions.html

0.1 KB

10.1 Hints.pdf

91.0 KB

10.2 Solutions.pdf

167.6 KB

2. DP on Strings Edit Distance.mp4

118.8 MB

2. DP on Strings Edit Distance.srt

12.4 KB

2.1 udemySection15EditDistance.cpp

0.9 KB

3. DP on Strings Longest Palindromic Substring.mp4

96.7 MB

3. DP on Strings Longest Palindromic Substring.srt

10.1 KB

3.1 udemySection15LongestPalindromicSubstring.cpp

1.5 KB

4. Suffix Tries.mp4

155.6 MB

4. Suffix Tries.srt

16.1 KB

4.1 udemySection15Trie.cpp

1.3 KB

5. Representing a Dictionary Using a Trie.mp4

54.6 MB

5. Representing a Dictionary Using a Trie.srt

6.3 KB

5.1 udemySection15Dictionary.cpp

1.5 KB

6. From Suffix Tries to Suffix Trees.mp4

25.7 MB

6. From Suffix Tries to Suffix Trees.srt

2.6 KB

7. Suffix Trees Insertion.mp4

205.8 MB

7. Suffix Trees Insertion.srt

15.7 KB

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

0.1 KB

7.2 udemySection15SuffixTree.cpp

3.6 KB

8. Suffix Trees Other Operations.mp4

80.6 MB

8. Suffix Trees Other Operations.srt

6.1 KB

9. Problem Set 14.html

0.8 KB

/16. Game Theory Minimax and Optimal Game Playing/

1. States and Transitions.mp4

52.8 MB

1. States and Transitions.srt

3.3 KB

2. How to Always Win in 1-2-3.mp4

62.9 MB

2. How to Always Win in 1-2-3.srt

8.9 KB

3. Tic Tac Toe AI 1 Introduction to the Project.mp4

29.9 MB

3. Tic Tac Toe AI 1 Introduction to the Project.srt

2.2 KB

3.1 This article series is a useful reference to learn about an alternative implementation and its details.html

0.1 KB

4. Tic Tac Toe AI 2 Program Structure.mp4

76.2 MB

4. Tic Tac Toe AI 2 Program Structure.srt

7.8 KB

4.1 udemySection16TicTacToe.cpp

4.4 KB

5. Tic Tac Toe AI 3 Helper Functions.mp4

141.7 MB

5. Tic Tac Toe AI 3 Helper Functions.srt

13.3 KB

6. Tic Tac Toe AI 4 Minimax.mp4

213.2 MB

6. Tic Tac Toe AI 4 Minimax.srt

20.6 KB

7. Tic Tac Toe AI 5 Recovering the Optimal Move.mp4

56.0 MB

7. Tic Tac Toe AI 5 Recovering the Optimal Move.srt

5.9 KB

8. Problem Set 15.html

0.9 KB

9. Hints and Solutions.html

0.1 KB

9.1 Hints.pdf

68.3 KB

9.2 Solutions.pdf

136.2 KB

/17. Extra Interactive Problems/

1. How To Approach Interactive Problems.mp4

107.7 MB

1. How To Approach Interactive Problems.srt

7.1 KB

2. Problem Set 16.html

0.8 KB

3. Hints and Solutions.html

0.1 KB

3.1 Hints.pdf

68.1 KB

3.2 Solutions.pdf

155.2 KB

4. Farewell and Next Steps.mp4

67.2 MB

4. Farewell and Next Steps.srt

4.4 KB

[Tutorialsplanet.NET].url

0.1 KB

/2. Sorting/

1. Introduction to Section 2 and the Horse Race Problem.mp4

108.9 MB

1. Introduction to Section 2 and the Horse Race Problem.srt

11.1 KB

1.1 Horses.pdf

52.6 KB

10. Bucket Sort Solution to the Football Problem.mp4

67.0 MB

10. Bucket Sort Solution to the Football Problem.srt

6.6 KB

10.1 footballers.cpp

1.8 KB

11. Problem Set 1.html

1.0 KB

12. Hints and Solutions.html

0.1 KB

12.1 Hints.pdf

64.2 KB

12.2 Solutions.pdf

148.2 KB

2. Sorting in C++ Using Custom Comparators.mp4

40.0 MB

2. Sorting in C++ Using Custom Comparators.srt

3.7 KB

2.1 horsesFunction.cpp

2.9 KB

3. Structs and Overloading Comparison Operators.mp4

53.2 MB

3. Structs and Overloading Comparison Operators.srt

5.8 KB

3.1 horsesOverloading.cpp

3.0 KB

4. Merge Sort.mp4

152.2 MB

4. Merge Sort.srt

17.1 KB

4.1 udemySection2MergeSort.cpp

1.3 KB

5. QuickSort.mp4

115.1 MB

5. QuickSort.srt

14.2 KB

5.1 Extra resource.html

0.1 KB

5.2 udemySection2QuickSort.cpp

0.9 KB

6. DNA Sorting Problem.mp4

33.6 MB

6. DNA Sorting Problem.srt

2.2 KB

6.1 dna.txt

28.4 KB

7. Count Sort.mp4

50.5 MB

7. Count Sort.srt

5.5 KB

7.1 dnaCountSort.cpp

0.7 KB

8. Football Problem.mp4

32.0 MB

8. Football Problem.srt

2.0 KB

8.1 footballData.txt

78.9 KB

9. Bucket Sort.mp4

82.5 MB

9. Bucket Sort.srt

5.4 KB

/3. Searching/

1. Linear Search.mp4

72.2 MB

1. Linear Search.srt

10.2 KB

1.1 udemySection3LinearSearch.cpp

0.3 KB

2. Binary Search.mp4

124.0 MB

2. Binary Search.srt

16.3 KB

2.1 udemySection3BinarySearch.cpp

0.7 KB

3. QuickSelect.mp4

76.9 MB

3. QuickSelect.srt

9.4 KB

3.1 Extra resource.html

0.1 KB

3.2 udemySection3QuickSelect.cpp

1.2 KB

4. Two Pointer Technique Start+End.mp4

71.0 MB

4. Two Pointer Technique Start+End.srt

8.9 KB

4.1 Extra examples.html

0.1 KB

4.2 udemySection3TwoPointer.cpp

0.5 KB

5. Two Pointer Technique Different Paces.mp4

71.4 MB

5. Two Pointer Technique Different Paces.srt

8.2 KB

5.1 udemySection3TwoPointerP2.cpp

1.0 KB

6. Problem Set 2.html

0.7 KB

7. Hints and Solutions.html

0.1 KB

7.1 Hints.pdf

61.2 KB

7.2 Solutions.pdf

112.6 KB

/4/

1. Stacks bracket matching.mp4

123.3 MB

1. Stacks bracket matching.srt

13.8 KB

1.1 Problem to submit code to. Note all operations described are O(1) in C++..html

0.2 KB

1.2 udemySection4Stacks.cpp

1.4 KB

10. Hints and Solutions.html

0.1 KB

10.1 Hints.pdf

53.2 KB

10.2 Solutions.pdf

116.4 KB

2. Queues.mp4

131.2 MB

2. Queues.srt

15.7 KB

3. Hash Tables and Hash Sets Introduction.mp4

71.1 MB

3. Hash Tables and Hash Sets Introduction.srt

4.5 KB

4. Unordered (Hash) Sets and Maps in C++.mp4

100.4 MB

4. Unordered (Hash) Sets and Maps in C++.srt

11.2 KB

4.1 Also, I have never seen a problem which required multimaps but here they are.html

0.1 KB

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.0 KB

5. Ordered Sets and Maps.mp4

101.4 MB

5. Ordered Sets and Maps.srt

11.3 KB

5.1 udemySection4Ordered.cpp

1.1 KB

6. Dictionaries.mp4

48.1 MB

6. Dictionaries.srt

5.5 KB

6.1 udemySection4Dicts.cpp

1.5 KB

7. Coordinate compression.mp4

79.8 MB

7. Coordinate compression.srt

5.7 KB

8. Custom Comparators for STL Data Structures.mp4

84.5 MB

8. Custom Comparators for STL Data Structures.srt

11.7 KB

8.1 udemySection4CustomComparators.cpp

1.1 KB

9. Problem Set 3.html

1.3 KB

/5. Hashing/

1. Hash Functions.mp4

63.7 MB

1. Hash Functions.srt

10.0 KB

1.1 udemySection5HashFunctions.cpp

0.3 KB

1.2 Why Choose a Prime Cardinality.html

0.1 KB

2. Extra Handling Collisions.mp4

38.6 MB

2. Extra Handling Collisions.srt

2.4 KB

3. Rabin-Karp Case Study Pattern Search.mp4

100.6 MB

3. Rabin-Karp Case Study Pattern Search.srt

11.2 KB

3.1 In case you want to submit your own implementation, here is an online judge which checks submissions of Rabin-Karp.html

0.1 KB

3.2 udemySection5StringSearch.cpp

2.2 KB

4. Rabin-Karp Case Study Polynomial Rolling Hash Functions.mp4

115.1 MB

4. Rabin-Karp Case Study Polynomial Rolling Hash Functions.srt

10.8 KB

5. Rabin-Karp Case Study Sliding Window Technique.mp4

106.2 MB

5. Rabin-Karp Case Study Sliding Window Technique.srt

9.9 KB

6. Sliding Window Technique Subarray Sums.mp4

99.4 MB

6. Sliding Window Technique Subarray Sums.srt

10.3 KB

6.1 udemySection5SlidingWindow.cpp

0.5 KB

7. Problem Set 4.html

0.5 KB

8. Hints and Solutions.html

0.1 KB

8.1 Hints.pdf

75.0 KB

8.2 Solutions.pdf

160.0 KB

/6. Greedy Algorithms/

1. What are Greedy Algorithms.mp4

79.8 MB

1. What are Greedy Algorithms.srt

5.5 KB

2. Greedy Coin Change.mp4

135.5 MB

2. Greedy Coin Change.srt

15.1 KB

2.1 udemySection6GreedyCoinChange.cpp

1.1 KB

3. Demonstrating Correctness Under Contest Time Pressure.mp4

282.2 MB

3. Demonstrating Correctness Under Contest Time Pressure.srt

19.1 KB

4. Timetable Problem.mp4

122.7 MB

4. Timetable Problem.srt

12.8 KB

4.1 Extra rigorous proof technique.html

0.1 KB

4.2 udemySection6Timetable.cpp

1.3 KB

5. Interval Covering.mp4

114.9 MB

5. Interval Covering.srt

9.9 KB

5.1 udemySection6IntervalCovering.cpp

1.1 KB

6. Sort - Solve.mp4

30.7 MB

6. Sort - Solve.srt

2.3 KB

7. Problem Set 5.html

1.1 KB

8. Hints and Solutions.html

0.1 KB

8.1 Hints.pdf

158.7 KB

8.2 Solutions.pdf

242.2 KB

/7. Complete Search/

1. Complete Search Introduction.mp4

36.2 MB

1. Complete Search Introduction.srt

2.6 KB

2. Backtracking Introduction.mp4

62.6 MB

2. Backtracking Introduction.srt

4.2 KB

3. Backtracking Permutations.mp4

81.0 MB

3. Backtracking Permutations.srt

10.0 KB

3.1 udemySection7Permutations.cpp

0.9 KB

4. Backtracking Subsets.mp4

49.2 MB

4. Backtracking Subsets.srt

5.8 KB

4.1 udemySection7Subsets.cpp

0.6 KB

5. Pruning Card Game.mp4

135.6 MB

5. Pruning Card Game.srt

11.5 KB

5.1 Card_Game.pdf

58.2 KB

5.2 udemySection7Pruning.cpp

1.5 KB

6. Iterative Complete Search.mp4

58.0 MB

6. Iterative Complete Search.srt

5.5 KB

6.1 udemySection7IterativeCompleteSearch.cpp

0.8 KB

7. Problem Set 6.html

0.7 KB

8. Hints and Solutions.html

0.1 KB

8.1 Hints.pdf

59.0 KB

8.2 Solutions.pdf

118.8 KB

/8. Divide and Conquer/

1. Revisiting Sections 2 and 3.mp4

107.8 MB

1. Revisiting Sections 2 and 3.srt

7.1 KB

2. Binary Search the Answer.mp4

128.6 MB

2. Binary Search the Answer.srt

13.0 KB

2.1 udemySection8BinarySearchAnswer.cpp

0.6 KB

3. The Bisection Method.mp4

104.6 MB

3. The Bisection Method.srt

11.1 KB

3.1 bisection.mp4

50.7 MB

3.2 More information on accuracy.html

0.1 KB

4. Problem Set 7.html

0.9 KB

5. Hints and Solutions.html

0.1 KB

5.1 Hints.pdf

99.8 KB

5.2 Solutions.pdf

156.4 KB

/9. Dynamic Programming/

1. Top-Down Fibonacci.mp4

195.8 MB

1. Top-Down Fibonacci.srt

13.5 KB

1.1 udemySection9TopDownFibonacci.cpp

0.5 KB

10. Horses Problem Revisited.mp4

115.8 MB

10. Horses Problem Revisited.srt

10.2 KB

11. Horses Addendum.mp4

46.7 MB

11. Horses Addendum.srt

4.4 KB

12. Problem Set 8.html

1.4 KB

13. Hints and Solutions.html

0.1 KB

13.1 Hints.pdf

100.2 KB

13.2 Solutions.pdf

160.7 KB

2. Bottom-Up Fibonacci.mp4

92.5 MB

2. Bottom-Up Fibonacci.srt

6.9 KB

2.1 udemySection9BottomUpFibonacci.cpp

0.4 KB

3. How to Recognise and Approach DP Problems.mp4

193.8 MB

3. How to Recognise and Approach DP Problems.srt

13.2 KB

4. Maximum One-Dimensional Range Sum.mp4

120.7 MB

4. Maximum One-Dimensional Range Sum.srt

13.1 KB

4.1 udemySection9Max1DRangeSum.cpp

0.6 KB

5. Space Optimisation.mp4

124.2 MB

5. Space Optimisation.srt

14.2 KB

5.1 udemySection9SpaceOptimisation.cpp

1.2 KB

6. Optimal Coin Change 1.mp4

111.4 MB

6. Optimal Coin Change 1.srt

12.5 KB

6.1 udemySection9CoinChange.cpp

0.8 KB

7. Optimal Coin Change 2.mp4

183.7 MB

7. Optimal Coin Change 2.srt

19.9 KB

8. Backtracking to Find Solutions.mp4

73.8 MB

8. Backtracking to Find Solutions.srt

7.1 KB

8.1 udemySection9Backtracking.cpp

1.4 KB

9. Prefix Sums.mp4

82.1 MB

9. Prefix Sums.srt

7.1 KB

9.1 udemySection9PrefixSums.cpp

0.5 KB

/

[Tutorialsplanet.NET].url

0.1 KB

 

Total files 363


Copyright © 2025 FileMood.com