Filename Size 01 Introduction/001 Course Orientation!.en.srt 10.3 KB 01 Introduction/001 Course Orientation!.mp4 98.2 MB 01 Introduction/002 Q_A Section & Discord Community.html 3.2 KB 02 Graph Representation/001 Graphs Introduction.en.srt 17.6 KB 02 Graph Representation/001 Graphs Introduction.mp4 140.7 MB 02 Graph Representation/002 Graph Applications.en.srt 8.3 KB 02 Graph Representation/002 Graph Applications.mp4 117.7 MB 02 Graph Representation/003 Graph Key Terms.en.srt 12.9 KB 02 Graph Representation/003 Graph Key Terms.mp4 77.7 MB 02 Graph Representation/004 Adjacency List Representation.en.srt 10.6 KB 02 Graph Representation/004 Adjacency List Representation.mp4 48.8 MB 02 Graph Representation/005 Adjacency List Representation with Node Class.en.srt 11 KB 02 Graph Representation/005 Adjacency List Representation with Node Class.mp4 66.4 MB 02 Graph Representation/006 Some Helpful Webinars [Optional].html 1.2 KB 03 Breath First Search/001 Breadth First Search.en.srt 9.2 KB 03 Breath First Search/001 Breadth First Search.mp4 61.2 MB 03 Breath First Search/002 BFS Code.en.srt 8.9 KB 03 Breath First Search/002 BFS Code.mp4 67.9 MB 03 Breath First Search/003 BFS Shortest Path.en.srt 6 KB 03 Breath First Search/003 BFS Shortest Path.mp4 31.9 MB 03 Breath First Search/004 BFS Shortest Path Code.en.srt 6.9 KB 03 Breath First Search/004 BFS Shortest Path Code.mp4 44.9 MB 03 Breath First Search/005 Snakes and Ladder Solution.en.srt 11.9 KB 03 Breath First Search/005 Snakes and Ladder Solution.mp4 101.1 MB 04 Depth First Search/001 DFS Concept.en.srt 5.8 KB 04 Depth First Search/001 DFS Concept.mp4 36.1 MB 04 Depth First Search/002 DFS Code.en.srt 7 KB 04 Depth First Search/002 DFS Code.mp4 39.6 MB 04 Depth First Search/003 Largest Island Solution.en.srt 16.8 KB 04 Depth First Search/003 Largest Island Solution.mp4 111.3 MB 05 Cycle Detection/001 Cycle Detection in Undirected Graph.en.srt 5.2 KB 05 Cycle Detection/001 Cycle Detection in Undirected Graph.mp4 40.6 MB 05 Cycle Detection/002 Cycle Detection in Undirected Graph Code.en.srt 10.7 KB 05 Cycle Detection/002 Cycle Detection in Undirected Graph Code.mp4 58.9 MB 05 Cycle Detection/003 Directed Graph - Cycle Detection.en.srt 12.8 KB 05 Cycle Detection/003 Directed Graph - Cycle Detection.mp4 97.7 MB 05 Cycle Detection/004 Directed Graph - Cycle Detection Code.en.srt 15.8 KB 05 Cycle Detection/004 Directed Graph - Cycle Detection Code.mp4 119.1 MB 05 Cycle Detection/005 Bipartite Graph.en.srt 10.2 KB 05 Cycle Detection/005 Bipartite Graph.mp4 33.7 MB 05 Cycle Detection/006 Bipartite Graph Code.en.srt 16.7 KB 05 Cycle Detection/006 Bipartite Graph Code.mp4 64 MB 06 Directed Acyclic Graph/001 Directed Acyclic Graph & Topological Ordering.en.srt 6 KB 06 Directed Acyclic Graph/001 Directed Acyclic Graph & Topological Ordering.mp4 49.2 MB 06 Directed Acyclic Graph/002 Topological Sort Algorithm.en.srt 7 KB 06 Directed Acyclic Graph/002 Topological Sort Algorithm.mp4 48.1 MB 06 Directed Acyclic Graph/003 Topological Ordering BFS Code.en.srt 7.1 KB 06 Directed Acyclic Graph/003 Topological Ordering BFS Code.mp4 32 MB 06 Directed Acyclic Graph/004 Toplogical Order using DFS.en.srt 6.9 KB 06 Directed Acyclic Graph/004 Toplogical Order using DFS.mp4 53.5 MB 06 Directed Acyclic Graph/005 Topological Ordering using DFS Code.en.srt 5.6 KB 06 Directed Acyclic Graph/005 Topological Ordering using DFS Code.mp4 36.9 MB 07 Disjoint Set Union/001 Disjoint Set Union Introduction [TutFlix.ORG].mp4 44.6 MB 07 Disjoint Set Union/001 Disjoint Set Union Introduction.en [TutFlix.ORG].srt 5.6 KB 07 Disjoint Set Union/002 DSU Data Structure [TutFlix.ORG].mp4 36 MB 07 Disjoint Set Union/002 DSU Data Structure.en [TutFlix.ORG].srt 8.7 KB 07 Disjoint Set Union/003 DSU Implementation [TutFlix.ORG].mp4 64.2 MB 07 Disjoint Set Union/003 DSU Implementation.en [TutFlix.ORG].srt 14.9 KB 07 Disjoint Set Union/004 Union by Rank [TutFlix.ORG].mp4 58.6 MB 07 Disjoint Set Union/004 Union by Rank.en [TutFlix.ORG].srt 11.2 KB 07 Disjoint Set Union/005 Path Compression Optimisation [TutFlix.ORG].mp4 41 MB 07 Disjoint Set Union/005 Path Compression Optimisation.en [TutFlix.ORG].srt 10.7 KB 07 Disjoint Set Union/006 DSU Dry Run [TutFlix.ORG].mp4 79.8 MB 07 Disjoint Set Union/006 DSU Dry Run.en [TutFlix.ORG].srt 15.7 KB 08 Minimum Spanning Trees/001 DSU Data Structure - Union & Find Ops.en.srt 11.4 KB 08 Minimum Spanning Trees/001 DSU Data Structure - Union & Find Ops.mp4 44.3 MB 08 Minimum Spanning Trees/002 Introduction to Minimum Spanning Trees!.en.srt 5 KB 08 Minimum Spanning Trees/002 Introduction to Minimum Spanning Trees!.mp4 38.5 MB 08 Minimum Spanning Trees/003 Prim's Algorithm.en.srt 25 KB 08 Minimum Spanning Trees/003 Prim's Algorithm.mp4 81.4 MB 08 Minimum Spanning Trees/004 Prim's Code.en.srt 21.7 KB 08 Minimum Spanning Trees/004 Prim's Code.mp4 100.2 MB 08 Minimum Spanning Trees/005 Kruskal's Algorithm.en.srt 11.5 KB 08 Minimum Spanning Trees/005 Kruskal's Algorithm.mp4 42.3 MB 08 Minimum Spanning Trees/006 Kruskal's Code.en.srt 15.3 KB 08 Minimum Spanning Trees/006 Kruskal's Code.mp4 61.3 MB 09 Shortest Path Algorithms/001 Introduction to Shortest Path Algorithms.en.srt 11.6 KB 09 Shortest Path Algorithms/001 Introduction to Shortest Path Algorithms.mp4 84.2 MB 09 Shortest Path Algorithms/002 Dijkshtra's Algorithm.en.srt 12.9 KB 09 Shortest Path Algorithms/002 Dijkshtra's Algorithm.mp4 96.1 MB 09 Shortest Path Algorithms/003 Dijkshtra's Algorithm Code.en.srt 19.2 KB 09 Shortest Path Algorithms/003 Dijkshtra's Algorithm Code.mp4 117.1 MB 09 Shortest Path Algorithms/004 Bellman Ford Algorithm.en.srt 42.1 KB 09 Shortest Path Algorithms/004 Bellman Ford Algorithm.mp4 141.2 MB 09 Shortest Path Algorithms/005 Bellman Ford Code.en.srt 10.1 KB 09 Shortest Path Algorithms/005 Bellman Ford Code.mp4 38.6 MB 09 Shortest Path Algorithms/006 Floyd Warshall.en.srt 39.5 KB 09 Shortest Path Algorithms/006 Floyd Warshall.mp4 221.9 MB 09 Shortest Path Algorithms/007 Floyd Warshall Code.en.srt 9.6 KB 09 Shortest Path Algorithms/007 Floyd Warshall Code.mp4 49.5 MB 09 Shortest Path Algorithms/008 Solution - Shortest Path in Grid!.en.srt 15.7 KB 09 Shortest Path Algorithms/008 Solution - Shortest Path in Grid!.mp4 75.6 MB 10 Travelling Salesman Problem/001 Travelling Salesman Problem.en.srt 15.6 KB 10 Travelling Salesman Problem/001 Travelling Salesman Problem.mp4 94 MB 10 Travelling Salesman Problem/002 Travelling Salesman Intution.en.srt 5 KB 10 Travelling Salesman Problem/002 Travelling Salesman Intution.mp4 44.4 MB 10 Travelling Salesman Problem/003 TSP Brute Force.en.srt 15.3 KB 10 Travelling Salesman Problem/003 TSP Brute Force.mp4 101 MB 10 Travelling Salesman Problem/004 TSP DP + Bitmasking.en.srt 3.7 KB