Filename Size ~Get Your Files Here !/1. Introduction/1. Introduction to graph theory.mp4 45.5 MB ~Get Your Files Here !/1. Introduction/1. Introduction to graph theory.srt 7.1 KB ~Get Your Files Here !/1. Introduction/1.1 introduction.pptx 2.3 MB ~Get Your Files Here !/1. Introduction/2. [IMPORTANT] Before we start.html 2.8 KB ~Get Your Files Here !/1. Introduction/3. Python crash course (optional).html 9 KB ~Get Your Files Here !/1. Introduction/4. Terminology and types of graphs.mp4 146 MB ~Get Your Files Here !/1. Introduction/4. Terminology and types of graphs.srt 25.3 KB ~Get Your Files Here !/1. Introduction/4.1 types and terms.pptx 2.8 MB ~Get Your Files Here !/2. Graph representation/1. Adjacency list representation.mp4 62.2 MB ~Get Your Files Here !/2. Graph representation/1. Adjacency list representation.srt 13.8 KB ~Get Your Files Here !/2. Graph representation/1.1 adjacency list.pptx 890.5 KB ~Get Your Files Here !/2. Graph representation/1.2 graph_adj_list.py 2.8 KB ~Get Your Files Here !/2. Graph representation/1.3 GraphAdjList.java 3.5 KB ~Get Your Files Here !/2. Graph representation/2. Adjacency matrix representation.mp4 47.6 MB ~Get Your Files Here !/2. Graph representation/2. Adjacency matrix representation.srt 9.1 KB ~Get Your Files Here !/2. Graph representation/2.1 adjacency matrix.pptx 1 MB ~Get Your Files Here !/2. Graph representation/2.2 graph_adj_mat.py 4 KB ~Get Your Files Here !/2. Graph representation/2.3 GraphAdjMat.java 5.2 KB ~Get Your Files Here !/2. Graph representation/3. Adjacency list vs adjacency matrix.mp4 71.6 MB ~Get Your Files Here !/2. Graph representation/3. Adjacency list vs adjacency matrix.srt 13.8 KB ~Get Your Files Here !/2. Graph representation/3.1 adj list vs adj mat.pptx 1.5 MB ~Get Your Files Here !/2. Graph representation/4. Quiz Adjacency lists and matrices.html 167 B ~Get Your Files Here !/3. Graph traversal/1. Depth-first search (DFS) algorithm.mp4 93.2 MB ~Get Your Files Here !/3. Graph traversal/1. Depth-first search (DFS) algorithm.srt 24 KB ~Get Your Files Here !/3. Graph traversal/1.1 depth-first search.pptx 1.5 MB ~Get Your Files Here !/3. Graph traversal/1.2 dfs_visualization.py 2.8 KB ~Get Your Files Here !/3. Graph traversal/1.3 Dfs.java 1.9 KB ~Get Your Files Here !/3. Graph traversal/1.4 dfs.py 1.2 KB ~Get Your Files Here !/3. Graph traversal/2. Problem Path exists in a graph.html 1.3 KB ~Get Your Files Here !/3. Graph traversal/3. Solution Path exists in a graph.mp4 49.7 MB ~Get Your Files Here !/3. Graph traversal/3. Solution Path exists in a graph.srt 10.5 KB ~Get Your Files Here !/3. Graph traversal/3.1 dfs path exists.pptx 839.5 KB ~Get Your Files Here !/3. Graph traversal/3.2 dfs_path_exists.py 1.1 KB ~Get Your Files Here !/3. Graph traversal/3.3 DfsPathExists.java 1.5 KB ~Get Your Files Here !/3. Graph traversal/4. Breadth-first search (BFS) algorithm.mp4 77.5 MB ~Get Your Files Here !/3. Graph traversal/4. Breadth-first search (BFS) algorithm.srt 17.2 KB ~Get Your Files Here !/3. Graph traversal/4.1 bfs_visualization.py 2.8 KB ~Get Your Files Here !/3. Graph traversal/4.2 Bfs.java 2.1 KB ~Get Your Files Here !/3. Graph traversal/4.3 bfs.py 1.4 KB ~Get Your Files Here !/3. Graph traversal/4.4 breadth first search.pptx 1.7 MB ~Get Your Files Here !/3. Graph traversal/5. Problem Minimum edges from start to end.html 1 KB ~Get Your Files Here !/3. Graph traversal/6. Solution Minimum edges from start to end.mp4 44.4 MB ~Get Your Files Here !/3. Graph traversal/6. Solution Minimum edges from start to end.srt 8.9 KB ~Get Your Files Here !/3. Graph traversal/6.1 bfs path exists.pptx 1008.6 KB ~Get Your Files Here !/3. Graph traversal/6.2 bfs_min_edges.py 1 KB ~Get Your Files Here !/3. Graph traversal/6.3 BfsMinEdges.java 1.4 KB ~Get Your Files Here !/3. Graph traversal/7. DFS and BFS in implicit graphs.mp4 56.6 MB ~Get Your Files Here !/3. Graph traversal/7. DFS and BFS in implicit graphs.srt 11.7 KB ~Get Your Files Here !/3. Graph traversal/7.1 bfs_grid.py 1.4 KB ~Get Your Files Here !/3. Graph traversal/7.2 BfsGrid.java 1.8 KB ~Get Your Files Here !/3. Graph traversal/7.3 dfs and bfs in hidden.pptx 1.7 MB ~Get Your Files Here !/3. Graph traversal/7.4 dfs_grid.py 1.4 KB ~Get Your Files Here !/3. Graph traversal/7.5 DfsGrid.java 1.6 KB ~Get Your Files Here !/3. Graph traversal/7.6 Flood fill algorithm YouTube video.html 104 B ~Get Your Files Here !/4. Topological sort/1. What is topological sort.mp4 58.9 MB ~Get Your Files Here !/4. Topological sort/1. What is topological sort.srt 10.9 KB ~Get Your Files Here !/4. Topological sort/1.1 topological sort intro.pptx 808.3 KB ~Get Your Files Here !/4. Topological sort/2. DFS-based topological sort algorithm.mp4 86.3 MB ~Get Your Files Here !/4. Topological sort/2. DFS-based topological sort algorithm.srt 18.8 KB ~Get Your Files Here !/4. Topological sort/2.1 topological sort dfs.pptx 1.3 MB ~Get Your Files Here !/4. Topological sort/2.2 topsort_dfs.py 1.3 KB ~Get Your Files Here !/4. Topological sort/2.3 TopsortDfs.java 2.2 KB ~Get Your Files Here !/4. Topological sort/3. BFS-based topological sort algorithm (Kahn's algorithm).mp4 77.1 MB ~Get Your Files Here !/4. Topological sort/3. BFS-based topological sort algorithm (Kahn's algorithm).srt 16.5 KB ~Get Your Files Here !/4. Topological sort/3.1 topological sort bfs.pptx 1.3 MB ~Get Your Files Here !/4. Topological sort/3.2 topsort_bfs.py 1.3 KB ~Get Your Files Here !/4. Topological sort/3.3 TopsortBfs.java 2.2 KB ~Get Your Files Here !/4. Topological sort/4. Problem Find all possible recipes.html 1.4 KB ~Get Your Files Here !/4. Topological sort/5. Solution Find all possible recipes problem.mp4 79.8 MB ~Get Your Files Here !/4. Topological sort/5. Solution Find all possible recipes problem.srt 14.7 KB ~Get Your Files Here !/4. Topological sort/5.1 find recipes.pptx 647.8 KB ~Get Your Files Here !/4. Topological sort/5.2 find_possible_recipes.py 2 KB ~Get Your Files Here !/4. Topological sort/5.3 FindPossibleRecipes.java 2.9 KB ~Get Your Files Here !/4. Topological sort/6. Quiz Topological sort.html 167 B ~Get Your Files Here !/5. Shortest path problem/1. Introduction.mp4 29.4 MB ~Get Your Files Here !/5. Shortest path problem/1. Introduction.srt 4.4 KB ~Get Your Files Here !/5. Shortest path problem/1.1 shortest path intro.pptx 1.2 MB ~Get Your Files Here !/5. Shortest path problem/2. Dijkstra's algorithm.mp4 213.5 MB ~Get Your Files Here !/5. Shortest path problem/2. Dijkstra's algorithm.srt 49.8 KB ~Get Your Files Here !/5. Shortest path problem/2.1 Binary heaps YouTube video.html 104 B ~Get Your Files Here !/5. Shortest path problem/2.2 Dijkstra.java 3.8 KB ~Get Your Files Here !/5. Shortest path problem/2.3 dijkstra.py 2 KB ~Get Your Files Here !/5. Shortest path problem/2.4 dijkstra's algorithm.pptx 4.1 MB ~Get Your Files Here !/5. Shortest path problem/2.5 FibonacciHeap.java 23.8 KB ~Get Your Files Here !/5. Shortest path problem/2.6 Tuple.java 284 B ~Get Your Files Here !/5. Shortest path problem/3. Bellman-Ford algorithm.mp4 200.6 MB ~Get Your Files Here !/5. Shortest path problem/3. Bellman-Ford algorithm.srt 34.4 KB ~Get Your Files Here !/5. Shortest path problem/3.1 bellman ford.pptx 3 MB ~Get Your Files Here !/5. Shortest path problem/3.2 bellman_ford.py 3.2 KB ~Get Your Files Here !/5. Shortest path problem/3.3 BellmanFord.java 5.8 KB ~Get Your Files Here !/5. Shortest path problem/3.4 Edge.java 557 B ~Get Your Files Here !/5. Shortest path problem/3.5 Tuple.java 284 B ~Get Your Files Here !/5. Shortest path problem/4. Floyd-Warshall algorithm.mp4 196.9 MB ~Get Your Files Here !/5. Shortest path problem/4. Floyd-Warshall algorithm.srt 36 KB ~Get Your Files Here !/5. Shortest path problem/4.1 floyd warshall.pptx 2.2 MB ~Get Your Files Here !/5. Shortest path problem/4.2 floyd_warshall.py 2.2 KB ~Get Your Files Here !/5. Shortest path problem/4.3 FloydWarshall.java 3.8 KB ~Get Your Files Here !/5. Shortest path problem/5. Johnson's algorithm.mp4 77.8 MB