FileMood

Download Udemy - Advanced Algorithms in Java

Udemy Advanced Algorithms in Java

Name

Udemy - Advanced Algorithms in Java

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.9 GB

Total Files

315

Hash

AB704901A7888BB867A1F592E6046841A996B6FD

/01 Introduction/

001 Introduction-subtitle-en.srt

5.2 KB

001 Introduction.mp4

7.6 MB

002 Graph theory introduction-subtitle-en.srt

10.4 KB

002 Graph theory introduction.mp4

19.6 MB

003 Complexity theory.html

1.3 KB

003 free-complexity-theory.zip

0.3 KB

/02 Breadth-First Search/

004 Breadth-first search introduction-subtitle-en.srt

13.3 KB

004 Breadth-first search introduction.mp4

21.8 MB

005 BFS implementation-subtitle-en.srt

15.4 KB

005 BFS implementation.mp4

25.6 MB

006 BFS - WebCrawler (core of search engines)-subtitle-en.srt

7.7 KB

006 BFS - WebCrawler (core of search engines).mp4

19.1 MB

007 BFS - WebCrawler implementation-subtitle-en.srt

17.4 KB

007 BFS - WebCrawler implementation.mp4

34.7 MB

/03 Depth-First Search/

008 Depth-first search introduction-subtitle-en.srt

15.2 KB

008 Depth-first search introduction.mp4

23.2 MB

009 DFS implementation I - with stack-subtitle-en.srt

12.9 KB

009 DFS implementation I - with stack.mp4

24.2 MB

010 DFS implementation II - with recursion-subtitle-en.srt

5.3 KB

010 DFS implementation II - with recursion.mp4

8.8 MB

011 Topological ordering introduction-subtitle-en.srt

14.5 KB

011 Topological ordering introduction.mp4

25.0 MB

012 Topological ordering implementation I-subtitle-en.srt

7.5 KB

012 Topological ordering implementation I.mp4

12.0 MB

013 Topological ordering implementation II-subtitle-en.srt

7.2 KB

013 Topological ordering implementation II.mp4

13.7 MB

014 Cycle detection introduction-subtitle-en.srt

9.5 KB

014 Cycle detection introduction.mp4

14.2 MB

015 Cycle detection implementation I-subtitle-en.srt

9.9 KB

015 Cycle detection implementation I.mp4

16.6 MB

016 Cycle detection implementation II-subtitle-en.srt

9.6 KB

016 Cycle detection implementation II.mp4

17.6 MB

017 Maze solving algorithm implementation-subtitle-en.srt

21.6 KB

017 Maze solving algorithm implementation.mp4

31.8 MB

018 Memory management_ BFS vs DFS-subtitle-en.srt

6.9 KB

018 Memory management_ BFS vs DFS.mp4

12.4 MB

/04 Shortest Path Algorithms/

019 Dijkstra algorithm introduction - basics-subtitle-en.srt

8.1 KB

019 Dijkstra algorithm introduction - basics.mp4

12.9 MB

020 Dijkstra algorithm introduction - algorithm-subtitle-en.srt

8.3 KB

020 Dijkstra algorithm introduction - algorithm.mp4

13.5 MB

021 Dijkstra algorithm introduction - example-subtitle-en.srt

14.1 KB

021 Dijkstra algorithm introduction - example.mp4

24.0 MB

022 Bellman-Ford algorithm introduction-subtitle-en.srt

12.1 KB

022 Bellman-Ford algorithm introduction.mp4

21.6 MB

023 Dijkstra algorithm introduction - with adjacency matrix-subtitle-en.srt

12.8 KB

023 Dijkstra algorithm introduction - with adjacency matrix.mp4

37.6 MB

024 Shortest path algorithms applications-subtitle-en.srt

11.6 KB

024 Shortest path algorithms applications.mp4

21.0 MB

025 Dijkstra algorithm implementation I-subtitle-en.srt

12.7 KB

025 Dijkstra algorithm implementation I.mp4

20.6 MB

026 Dijkstra algorithm implementation II-subtitle-en.srt

14.0 KB

026 Dijkstra algorithm implementation II.mp4

23.0 MB

027 Bellman-Ford algorithm implementation I-subtitle-en.srt

16.7 KB

027 Bellman-Ford algorithm implementation I.mp4

31.9 MB

028 Bellman-Ford algorithm implementation II-subtitle-en.srt

7.8 KB

028 Bellman-Ford algorithm implementation II.mp4

12.6 MB

029 DAG shortest path implementation-subtitle-en.srt

13.7 KB

029 DAG shortest path implementation.mp4

21.2 MB

030 Arbitrage situations on FOREX introduction-subtitle-en.srt

5.4 KB

030 Arbitrage situations on FOREX introduction.mp4

8.6 MB

031 Arbitrage situations on FOREX implementation-subtitle-en.srt

9.3 KB

031 Arbitrage situations on FOREX implementation.mp4

16.3 MB

032 Longest path implementation-subtitle-en.srt

5.4 KB

032 Longest path implementation.mp4

9.5 MB

/05 Spanning Trees/

033 Union-find data structure (disjoint sets)-subtitle-en.srt

15.2 KB

033 Union-find data structure (disjoint sets).mp4

24.3 MB

034 Union-find data structure illustration-subtitle-en.srt

9.5 KB

034 Union-find data structure illustration.mp4

13.9 MB

035 Spanning trees introduction - Kruskal algorithm-subtitle-en.srt

14.9 KB

035 Spanning trees introduction - Kruskal algorithm.mp4

24.0 MB

036 Kruskal algorithm implementation I-subtitle-en.srt

11.0 KB

036 Kruskal algorithm implementation I.mp4

16.6 MB

037 Kruskal algorithm implementation II - disjoint set-subtitle-en.srt

19.1 KB

037 Kruskal algorithm implementation II - disjoint set.mp4

32.6 MB

038 Kruskal algorithm implementation III-subtitle-en.srt

12.8 KB

038 Kruskal algorithm implementation III.mp4

21.7 MB

039 Spanning trees introduction - lazy Prim's algorithm-subtitle-en.srt

9.8 KB

039 Spanning trees introduction - lazy Prim's algorithm.mp4

16.7 MB

040 Prims lazy algorithm implementation I-subtitle-en.srt

12.7 KB

040 Prims lazy algorithm implementation I.mp4

25.4 MB

041 Prims lazy algorithm implementation II - the core-subtitle-en.srt

8.6 KB

041 Prims lazy algorithm implementation II - the core.mp4

15.1 MB

042 Spanning trees introduction - eager Prim's algorithm-subtitle-en.srt

15.1 KB

042 Spanning trees introduction - eager Prim's algorithm.mp4

24.9 MB

043 Eager Prim's algorithm implementation-subtitle-en.srt

15.3 KB

043 Eager Prim's algorithm implementation.mp4

24.4 MB

044 Applications of spanning trees-subtitle-en.srt

10.6 KB

044 Applications of spanning trees.mp4

17.6 MB

/06 Strongly Connected Components/

045 Strongly connected components introduction-subtitle-en.srt

8.5 KB

045 Strongly connected components introduction.mp4

17.6 MB

046 Kosaraju algorithm introduction-subtitle-en.srt

12.2 KB

046 Kosaraju algorithm introduction.mp4

17.8 MB

047 Kosaraju implementation I - the Graph class-subtitle-en.srt

8.8 KB

047 Kosaraju implementation I - the Graph class.mp4

18.4 MB

048 Kosaraju implementation II-subtitle-en.srt

7.6 KB

048 Kosaraju implementation II.mp4

15.2 MB

049 Kosaraju algorithm implementation III - test-subtitle-en.srt

3.3 KB

049 Kosaraju algorithm implementation III - test.mp4

7.3 MB

050 Tarjan algorithm introduction-subtitle-en.srt

7.9 KB

050 Tarjan algorithm introduction.mp4

13.7 MB

051 Tarjan implementation I-subtitle-en.srt

6.5 KB

051 Tarjan implementation I.mp4

14.4 MB

052 Tarjan implementation II - test-subtitle-en.srt

3.0 KB

052 Tarjan implementation II - test.mp4

6.7 MB

053 Applications of strongly connected components-subtitle-en.srt

10.1 KB

053 Applications of strongly connected components.mp4

16.3 MB

/07 Maximum Flow Problem/

054 Maximum flow introduction - basics-subtitle-en.srt

9.2 KB

054 Maximum flow introduction - basics.mp4

15.8 MB

055 Maximum flow introduction - properties-subtitle-en.srt

12.1 KB

055 Maximum flow introduction - properties.mp4

21.9 MB

056 Maximum flow introduction - cuts-subtitle-en.srt

6.6 KB

056 Maximum flow introduction - cuts.mp4

12.8 MB

057 Maximum flow introduction - residual networks-subtitle-en.srt

8.8 KB

057 Maximum flow introduction - residual networks.mp4

16.1 MB

058 Maximum flow introduction - Ford-Fulkerson algorithm-subtitle-en.srt

6.1 KB

058 Maximum flow introduction - Ford-Fulkerson algorithm.mp4

11.4 MB

059 Maximum flow introduction - example-subtitle-en.srt

11.6 KB

059 Maximum flow introduction - example.mp4

20.1 MB

060 Maximum flow introduction - applications-subtitle-en.srt

4.3 KB

060 Maximum flow introduction - applications.mp4

7.5 MB

061 Maximum flow implementation I - Edge_ Vertex-subtitle-en.srt

14.2 KB

061 Maximum flow implementation I - Edge_ Vertex.mp4

25.3 MB

062 Maximum flow implementation II - FlowNetwork class-subtitle-en.srt

6.0 KB

062 Maximum flow implementation II - FlowNetwork class.mp4

11.6 MB

063 Maximum flow implementation III - Ford-Fulkerson algorithm-subtitle-en.srt

10.0 KB

063 Maximum flow implementation III - Ford-Fulkerson algorithm.mp4

17.6 MB

064 Maximum flow implementation IV - augmentation-subtitle-en.srt

8.3 KB

064 Maximum flow implementation IV - augmentation.mp4

15.4 MB

065 Maximum flow implementation V - testing-subtitle-en.srt

4.0 KB

065 Maximum flow implementation V - testing.mp4

7.1 MB

066 Bipartite matching problem introduction-subtitle-en.srt

5.2 KB

066 Bipartite matching problem introduction.mp4

8.9 MB

067 Bipartite matching implementation-subtitle-en.srt

3.0 KB

067 Bipartite matching implementation.mp4

6.4 MB

/08 Travelling Salesman Problem (TSP)/

068 Travelling salesman problem introduction-subtitle-en.srt

14.9 KB

068 Travelling salesman problem introduction.mp4

25.9 MB

069 TSP implementation with simulated annealing I - city-subtitle-en.srt

12.3 KB

069 TSP implementation with simulated annealing I - city.mp4

23.0 MB

069 TSP.zip

3.2 KB

070 TSP implementation with simulated annealing II - tour-subtitle-en.srt

16.1 KB

070 TSP implementation with simulated annealing II - tour.mp4

31.3 MB

071 TSP implementation with simulated annealing III - algorithm-subtitle-en.srt

12.6 KB

071 TSP implementation with simulated annealing III - algorithm.mp4

24.1 MB

072 TSP implementation with simulated annealing IV - testing-subtitle-en.srt

6.2 KB

072 TSP implementation with simulated annealing IV - testing.mp4

9.7 MB

073 Tabu search introduction-subtitle-en.srt

12.0 KB

073 Tabu search introduction.mp4

22.2 MB

074 Tabu search introduction II-subtitle-en.srt

6.1 KB

074 Tabu search introduction II.mp4

10.9 MB

/09 Euler cycle - Chinese Postman Problem/

075 Euler's cycles introduction-subtitle-en.srt

13.2 KB

075 Euler's cycles introduction.mp4

30.3 MB

/1. Introduction/

1. Introduction.mp4

44.4 MB

1. Introduction.vtt

4.7 KB

2. Graph theory introduction.mp4

108.0 MB

2. Graph theory introduction.vtt

9.1 KB

/10 Source Code & Slides/

076 GraphalgorithmsCode.zip

101.5 KB

076 Source code.html

1.2 KB

077 AdvancedAlgosSlides.zip

11.6 MB

077 Slides.html

1.2 KB

078 DISCOUNT FOR OTHER COURSES!.html

1.3 KB

078 FINAL-COUPONS.txt

3.6 KB

/10. Course Materials (DOWNLOADS)/

1. Course materials.html

0.1 KB

1.1 AdvancedAlgorithmsJava.zip.zip

11.7 MB

/11. DISCOUNT FOR OTHER COURSES!/

1. 90% OFF For Other Courses.html

5.2 KB

/2. Breadth-First Search/

1. Breadth-first search introduction.mp4

21.8 MB

1. Breadth-first search introduction.vtt

11.8 KB

2. BFS implementation.mp4

25.6 MB

2. BFS implementation.vtt

13.7 KB

3. BFS - WebCrawler (core of search engines).mp4

19.1 MB

3. BFS - WebCrawler (core of search engines).vtt

6.9 KB

4. BFS - WebCrawler implementation.mp4

34.7 MB

4. BFS - WebCrawler implementation.vtt

34.7 MB

/3. Depth-First Search/

1. Depth-first search introduction.mp4

23.2 MB

1. Depth-first search introduction.vtt

13.5 KB

10. Maze solving algorithm implementation.mp4

31.8 MB

10. Maze solving algorithm implementation.vtt

19.1 KB

11. Memory management BFS vs DFS.mp4

12.4 MB

11. Memory management BFS vs DFS.vtt

6.2 KB

12. Graph traversal quiz.html

0.1 KB

2. DFS implementation I - with stack.mp4

24.2 MB

2. DFS implementation I - with stack.vtt

11.6 KB

3. DFS implementation II - with recursion.mp4

8.8 MB

3. DFS implementation II - with recursion.vtt

6.3 MB

4. Topological ordering introduction.mp4

25.0 MB

4. Topological ordering introduction.vtt

13.0 KB

5. Topological ordering implementation I.mp4

12.0 MB

5. Topological ordering implementation I.vtt

6.7 KB

6. Topological ordering implementation II.mp4

13.7 MB

6. Topological ordering implementation II.vtt

6.4 KB

7. Cycle detection introduction.mp4

14.2 MB

7. Cycle detection introduction.vtt

8.5 KB

8. Cycle detection implementation I.mp4

16.6 MB

8. Cycle detection implementation I.vtt

8.9 KB

9. Cycle detection implementation II.mp4

17.6 MB

9. Cycle detection implementation II.vtt

8.6 KB

/4. Shortest Path Algorithms/

1. Dijkstra algorithm introduction - basics.mp4

12.9 MB

1. Dijkstra algorithm introduction - basics.vtt

7.3 KB

10. Bellman-Ford algorithm implementation II.mp4

12.6 MB

10. Bellman-Ford algorithm implementation II.vtt

7.0 KB

11. DAG shortest path implementation.mp4

21.2 MB

11. DAG shortest path implementation.vtt

12.3 KB

12. Arbitrage situations on FOREX introduction.mp4

8.6 MB

12. Arbitrage situations on FOREX introduction.vtt

4.9 KB

13. Arbitrage situations on FOREX implementation.mp4

16.3 MB

13. Arbitrage situations on FOREX implementation.vtt

8.4 KB

14. Longest path implementation.mp4

9.5 MB

14. Longest path implementation.vtt

4.9 KB

15. Shortest path algorithms quiz.html

0.1 KB

2. Dijkstra algorithm introduction - algorithm.mp4

13.5 MB

2. Dijkstra algorithm introduction - algorithm.vtt

7.4 KB

3. Dijkstra algorithm introduction - example.mp4

24.0 MB

3. Dijkstra algorithm introduction - example.vtt

12.5 KB

4. Bellman-Ford algorithm introduction.mp4

21.6 MB

4. Bellman-Ford algorithm introduction.vtt

10.9 KB

5. Dijkstra algorithm introduction - with adjacency matrix.mp4

37.6 MB

5. Dijkstra algorithm introduction - with adjacency matrix.vtt

11.5 KB

6. Shortest path algorithms applications.mp4

21.0 MB

6. Shortest path algorithms applications.vtt

10.5 KB

7. Dijkstra algorithm implementation I.mp4

20.6 MB

7. Dijkstra algorithm implementation I.vtt

11.4 KB

8. Dijkstra algorithm implementation II.mp4

23.0 MB

8. Dijkstra algorithm implementation II.vtt

12.5 KB

9. Bellman-Ford algorithm implementation I.mp4

31.9 MB

9. Bellman-Ford algorithm implementation I.vtt

14.9 KB

/5. Spanning Trees/

1. Union-find data structure (disjoint sets).mp4

24.3 MB

1. Union-find data structure (disjoint sets).vtt

13.6 KB

10. Spanning trees introduction - eager Prim's algorithm.mp4

24.9 MB

10. Spanning trees introduction - eager Prim's algorithm.vtt

13.5 KB

11. Eager Prim's algorithm implementation.mp4

24.4 MB

11. Eager Prim's algorithm implementation.vtt

13.7 KB

12. Applications of spanning trees.mp4

17.6 MB

12. Applications of spanning trees.vtt

9.5 KB

13. Spanning trees quiz.html

0.1 KB

2. Union-find data structure illustration.mp4

13.9 MB

2. Union-find data structure illustration.vtt

8.5 KB

3. Spanning trees introduction - Kruskal algorithm.mp4

24.0 MB

3. Spanning trees introduction - Kruskal algorithm.vtt

13.3 KB

4. Kruskal algorithm implementation I.mp4

16.6 MB

4. Kruskal algorithm implementation I.vtt

9.8 KB

5. Kruskal algorithm implementation II - disjoint set.mp4

32.6 MB

5. Kruskal algorithm implementation II - disjoint set.vtt

17.0 KB

6. Kruskal algorithm implementation III.mp4

21.7 MB

6. Kruskal algorithm implementation III.vtt

11.4 KB

7. Spanning trees introduction - lazy Prim's algorithm.mp4

16.7 MB

7. Spanning trees introduction - lazy Prim's algorithm.vtt

8.8 KB

8. Prims lazy algorithm implementation I.mp4

25.4 MB

8. Prims lazy algorithm implementation I.vtt

11.3 KB

9. Prims lazy algorithm implementation II - the core.mp4

15.1 MB

9. Prims lazy algorithm implementation II - the core.vtt

7.8 KB

/6. Strongly Connected Components/

1. Strongly connected components introduction.mp4

17.6 MB

1. Strongly connected components introduction.vtt

7.9 KB

10. Strongly connected components quiz.html

0.1 KB

2. Kosaraju algorithm introduction.mp4

17.8 MB

2. Kosaraju algorithm introduction.vtt

10.9 KB

3. Kosaraju implementation I - the Graph class.mp4

18.4 MB

3. Kosaraju implementation I - the Graph class.vtt

7.7 KB

4. Kosaraju implementation II.mp4

15.2 MB

4. Kosaraju implementation II.vtt

6.8 KB

5. Kosaraju algorithm implementation III - test.mp4

7.3 MB

5. Kosaraju algorithm implementation III - test.vtt

2.9 KB

6. Tarjan algorithm introduction.mp4

13.7 MB

6. Tarjan algorithm introduction.vtt

7.0 KB

7. Tarjan implementation I.mp4

14.4 MB

7. Tarjan implementation I.vtt

5.9 KB

8. Tarjan implementation II - test.mp4

6.7 MB

8. Tarjan implementation II - test.vtt

2.7 KB

9. Applications of strongly connected components.mp4

16.3 MB

9. Applications of strongly connected components.vtt

9.1 KB

/7. Maximum Flow Problem/

1. Maximum flow introduction - basics.mp4

15.8 MB

1. Maximum flow introduction - basics.vtt

8.2 KB

10. Maximum flow implementation III - Ford-Fulkerson algorithm.mp4

17.6 MB

10. Maximum flow implementation III - Ford-Fulkerson algorithm.vtt

8.9 KB

11. Maximum flow implementation IV - augmentation.mp4

15.4 MB

11. Maximum flow implementation IV - augmentation.vtt

7.4 KB

12. Maximum flow implementation V - testing.mp4

7.1 MB

12. Maximum flow implementation V - testing.vtt

3.5 KB

13. Bipartite matching problem introduction.mp4

8.9 MB

13. Bipartite matching problem introduction.vtt

4.7 KB

14. Bipartite matching implementation.mp4

6.4 MB

14. Bipartite matching implementation.vtt

2.7 KB

2. Maximum flow introduction - properties.mp4

21.9 MB

2. Maximum flow introduction - properties.vtt

10.8 KB

3. Maximum flow introduction - cuts.mp4

12.8 MB

3. Maximum flow introduction - cuts.vtt

6.0 KB

4. Maximum flow introduction - residual networks.mp4

16.1 MB

4. Maximum flow introduction - residual networks.vtt

7.9 KB

5. Maximum flow introduction - Ford-Fulkerson algorithm.mp4

11.4 MB

5. Maximum flow introduction - Ford-Fulkerson algorithm.vtt

5.5 KB

6. Maximum flow introduction - example.mp4

20.1 MB

6. Maximum flow introduction - example.vtt

10.3 KB

7. Maximum flow introduction - applications.mp4

7.5 MB

7. Maximum flow introduction - applications.vtt

3.9 KB

8. Maximum flow implementation I - Edge, Vertex.mp4

25.3 MB

8. Maximum flow implementation I - Edge, Vertex.vtt

12.6 KB

9. Maximum flow implementation II - FlowNetwork class.mp4

11.6 MB

9. Maximum flow implementation II - FlowNetwork class.vtt

5.4 KB

/8. Travelling Salesman Problem (TSP)/

1. Travelling salesman problem introduction.mp4

25.9 MB

1. Travelling salesman problem introduction.vtt

13.4 KB

2. TSP implementation with simulated annealing I - city.mp4

23.0 MB

2. TSP implementation with simulated annealing I - city.vtt

10.9 KB

2.1 TSP.zip

3.2 KB

3. TSP implementation with simulated annealing II - tour.mp4

31.3 MB

3. TSP implementation with simulated annealing II - tour.vtt

14.4 KB

4. TSP implementation with simulated annealing III - algorithm.mp4

24.1 MB

4. TSP implementation with simulated annealing III - algorithm.vtt

11.2 KB

5. TSP implementation with simulated annealing IV - testing.mp4

9.7 MB

5. TSP implementation with simulated annealing IV - testing.vtt

5.5 KB

6. Tabu search introduction.mp4

22.2 MB

6. Tabu search introduction.vtt

10.7 KB

7. Tabu search introduction II.mp4

10.9 MB

7. Tabu search introduction II.vtt

5.4 KB

8. Travelling salesman problem quiz.html

0.1 KB

/9. Euler cycle - Chinese Postman Problem/

1. Euler's cycles introduction.mp4

30.3 MB

1. Euler's cycles introduction.vtt

11.8 KB

/

courseupload.com.webloc

0.2 KB

 

Total files 315


Copyright © 2025 FileMood.com