Other
[ DevCourseWeb com ] Udemy - Graph theory algorithms visualized
Torrent info
Name:[ DevCourseWeb com ] Udemy - Graph theory algorithms visualized
Infohash: 3AA7F6C1673B8392A39C0113B91DBA01521390B0
Total Size: 3.07 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 3
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-11-27 17:06:42 (Update Now)
Torrent added: 2023-02-27 21:01:07
Torrent Files List
Get Bonus Downloads Here.url (Size: 3.07 GB) (Files: 210)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction
1. Introduction to graph theory.mp4
1. Introduction to graph theory.srt
1.1 introduction.pptx
2. [IMPORTANT] Before we start.html
3. Python crash course (optional).html
4. Terminology and types of graphs.mp4
4. Terminology and types of graphs.srt
4.1 types and terms.pptx
2. Graph representation
1. Adjacency list representation.mp4
1. Adjacency list representation.srt
1.1 adjacency list.pptx
1.2 graph_adj_list.py
1.3 GraphAdjList.java
2. Adjacency matrix representation.mp4
2. Adjacency matrix representation.srt
2.1 adjacency matrix.pptx
2.2 graph_adj_mat.py
2.3 GraphAdjMat.java
3. Adjacency list vs adjacency matrix.mp4
3. Adjacency list vs adjacency matrix.srt
3.1 adj list vs adj mat.pptx
4. Quiz Adjacency lists and matrices.html
3. Graph traversal
1. Depth-first search (DFS) algorithm.mp4
1. Depth-first search (DFS) algorithm.srt
1.1 depth-first search.pptx
1.2 dfs_visualization.py
1.3 Dfs.java
1.4 dfs.py
2. Problem Path exists in a graph.html
3. Solution Path exists in a graph.mp4
3. Solution Path exists in a graph.srt
3.1 dfs path exists.pptx
3.2 dfs_path_exists.py
3.3 DfsPathExists.java
4. Breadth-first search (BFS) algorithm.mp4
4. Breadth-first search (BFS) algorithm.srt
4.1 bfs_visualization.py
4.2 Bfs.java
4.3 bfs.py
4.4 breadth first search.pptx
5. Problem Minimum edges from start to end.html
6. Solution Minimum edges from start to end.mp4
6. Solution Minimum edges from start to end.srt
6.1 bfs path exists.pptx
6.2 bfs_min_edges.py
6.3 BfsMinEdges.java
7. DFS and BFS in implicit graphs.mp4
7. DFS and BFS in implicit graphs.srt
7.1 bfs_grid.py
7.2 BfsGrid.java
7.3 dfs and bfs in hidden.pptx
7.4 dfs_grid.py
7.5 DfsGrid.java
7.6 Flood fill algorithm YouTube video.html
4. Topological sort
1. What is topological sort.mp4
1. What is topological sort.srt
1.1 topological sort intro.pptx
2. DFS-based topological sort algorithm.mp4
2. DFS-based topological sort algorithm.srt
2.1 topological sort dfs.pptx
2.2 topsort_dfs.py
2.3 TopsortDfs.java
3. BFS-based topological sort algorithm (Kahn's algorithm).mp4
3. BFS-based topological sort algorithm (Kahn's algorithm).srt
3.1 topological sort bfs.pptx
3.2 topsort_bfs.py
3.3 TopsortBfs.java
4. Problem Find all possible recipes.html
5. Solution Find all possible recipes problem.mp4
5. Solution Find all possible recipes problem.srt
5.1 find recipes.pptx
5.2 find_possible_recipes.py
5.3 FindPossibleRecipes.java
6. Quiz Topological sort.html
5. Shortest path problem
1. Introduction.mp4
1. Introduction.srt
1.1 shortest path intro.pptx
2. Dijkstra's algorithm.mp4
2. Dijkstra's algorithm.srt
2.1 Binary heaps YouTube video.html
2.2 Dijkstra.java
2.3 dijkstra.py
2.4 dijkstra's algorithm.pptx
2.5 FibonacciHeap.java
2.6 Tuple.java
3. Bellman-Ford algorithm.mp4
3. Bellman-Ford algorithm.srt
3.1 bellman ford.pptx
3.2 bellman_ford.py
3.3 BellmanFord.java
3.4 Edge.java
3.5 Tuple.java
4. Floyd-Warshall algorithm.mp4
4. Floyd-Warshall algorithm.srt
4.1 floyd warshall.pptx
4.2 floyd_warshall.py
4.3 FloydWarshall.java
5. Johnson's algorithm.mp4
5. Johnson's algorithm.srt
5.1 Johnson.java
5.2 johnson.py
5.3 johnsons.pptx
6. Shortest path in unweighted graphs.mp4
6. Shortest path in unweighted graphs.srt
6.1 shortest path with unweighted graphs.pptx
6.2 shortest_path_unweighted.py
6.3 ShortestPathUnweighted.java
7. Shortest path in directed acyclic graphs.mp4
7. Shortest path in directed acyclic graphs.srt
7.1 dag shortest path.pptx
7.2 shortest_path_dag.py
7.3 ShortestPathDAG.java
6. Trees
1. What is a tree.mp4
1. What is a tree.srt
1.1 is_tree.py
1.2 IsTree.java
1.3 trees introduction.pptx
2. Out-trees (arborescence) and graph to out-tree conversion.mp4
2. Out-trees (arborescence) and graph to out-tree conversion.srt
2.1 graph to out-tree.pptx
2.2 to_out_tree.py
2.3 ToOutTree.java
3. Solution All nodes distance k in a tree problem.mp4
3. Solution All nodes distance k in a tree problem.srt
3.1 distance_k.py
3.2 DistanceK.java
3.3 nodes at a distance k.pptx
4. Quiz What is a tree.html
7. Minimum spanning trees
1. What is a (minimum) spanning tree.mp4
1. What is a (minimum) spanning tree.srt
1.1 find_spanning_tree.py
1.2 FindSpanningTree.java
1.3 mst-intro.pptx
2. Prim's algorithm.mp4
2. Prim's algorithm.srt
2.1 FibonacciHeap.java
2.2 Prim.java
2.3 prim.pptx
2.4 prim.py
2.5 Tuple.java
3. Kruskal's algorithm.mp4
3. Kruskal's algorithm.srt
3.1 Disjoint-set data structure YouTube video.html
3.2 DisjointSet.java
3.3 Kruskal.java
3.4 kruskal.pptx
3.5 kruskal.py
4. Problem Min cost to connect all points.html
5. Solution Min cost to connect all points problem.mp4
5. Solution Min cost to connect all points problem.srt
5.1 min cost to connect all points.pptx
5.2 min_cost_connect.py
5.3 MinCostConnect.java
6. Quiz Minimum spanning trees.html
8. Eulerian and Hamiltonian pathscycles
1. What is a Eulerian pathcycle.mp4
1. What is a Eulerian pathcycle.srt
1.1 eulerian trail intro.pptx
2. Hierholzer's algorithm.mp4
2. Hierholzer's algorithm.srt
2.1 Hierholzer.java
2.2 hierholzer.pptx
2.3 hierholzer.py
3. Problem Reconstruct itinerary.html
4. Solution Reconstruct itinerary.mp4
4. Solution Reconstruct itinerary.srt
4.1 reconstruct itinerary.pptx
4.2 reconstruct_itinerary.py
4.3 ReconstructItinerary.java
5. What is a Hamiltonian pathcycle.mp4
5. What is a Hamiltonian pathcycle.srt
5.1 hamiltonian paths.pptx
6. Hamiltonian pathcycle finding algorithms.mp4
6. Hamiltonian pathcycle finding algorithms.srt
6.1 hamiltonian backtracking.pptx
6.2 hamiltonian_backtracking.py
6.3 HamiltonianBacktracking.java
9. Graph coloring
1. Introduction to graph coloring.mp4
1. Introduction to graph coloring.srt
1.1 graph coloring.pptx
2. Checking 2-colorability (bipartite graph).mp4
2. Checking 2-colorability (bipartite graph).srt
2.1 is bipartite.pptx
2.2 two_colorability.py
2.3 TwoColorability.java
3. Checking k-colorability with backtracking.mp4
3. Checking k-colorability with backtracking.srt
3.1 k colorability.pptx
3.2 k_colorability.py
3.3 KColorability.java
4. Greedy coloring.mp4
4. Greedy coloring.srt
4.1 greedy coloring.pptx
4.2 greedy_coloring.py
4.3 GreedyColoring.java
5. Heuristics (Welsh-Powell, DSatur).mp4
5. Heuristics (Welsh-Powell, DSatur).srt
5.1 coloring heuristics.pptx
5.2 DSatur.java
5.3 dsatur.py
5.4 welsh_powell.py
5.5 WelshPowell.java
6. Problem Sudoku solver.html
7. Solution Let's make a Sudoku solver.mp4
7. Solution Let's make a Sudoku solver.srt
7.1 sudoku coloring.pptx
7.2 sudoku_solver.py
7.3 SudokuSolver.java
8. Quiz Graph coloring.html
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Graph theory algorithms visualized Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






