zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
GetFreeCourses.Co-Udemy-Graph Theory Algorithms for Competitive Programming (2022)
magnet:?xt=urn:btih:6b39503772f865a1d78e8044259d2c58c9a466b8&dn=GetFreeCourses.Co-Udemy-Graph Theory Algorithms for Competitive Programming (2022)
磁力链接详情
文件列表详情
6b39503772f865a1d78e8044259d2c58c9a466b8
infohash:
112
文件数量
8.76 GB
文件大小
2022-9-27 07:59
创建日期
2024-11-10 16:25
最后访问
相关分词
GetFreeCourses
Co-Udemy-Graph
Theory
Algorithms
for
Competitive
Programming
2022
01 - Introduction/001 Course Orientation!.mp4 98.19 MB
02 - Setting Up Sublime [optional]/001 Sublime Setup.mp4 32.92 MB
02 - Setting Up Sublime [optional]/002 Adding Master Header File.mp4 32 MB
02 - Setting Up Sublime [optional]/003 Escaping Online Judges.mp4 18.3 MB
02 - Setting Up Sublime [optional]/004 Common Code Snippets.mp4 13.3 MB
02 - Setting Up Sublime [optional]/005 Using Macros.mp4 26.81 MB
02 - Setting Up Sublime [optional]/006 Example Code Explained.mp4 149.84 MB
03 - Graph Representation/001 Graphs Introduction.mp4 140.65 MB
03 - Graph Representation/002 Graph Applications.mp4 17.93 MB
03 - Graph Representation/003 Graph Key Terms.mp4 19.99 MB
03 - Graph Representation/004 Adjacency List Representation.mp4 16.57 MB
03 - Graph Representation/005 Adjacency List Representation with Node Class.mp4 26.88 MB
04 - Breath First Search/001 Breadth First Search.mp4 15.38 MB
04 - Breath First Search/002 BFS Code.mp4 66.16 MB
04 - Breath First Search/003 BFS Shortest Path.mp4 9.69 MB
04 - Breath First Search/004 BFS Shortest Path Code.mp4 18.4 MB
04 - Breath First Search/005 Snakes and Ladder Solution.mp4 101.13 MB
05 - Depth First Search/001 DFS Concept.mp4 9.56 MB
05 - Depth First Search/002 DFS Code.mp4 16.85 MB
05 - Depth First Search/003 Largest Island Solution.mp4 47.15 MB
06 - Cycle Detection/001 Cycle Detection in Undirected Graph.mp4 9.04 MB
06 - Cycle Detection/002 Cycle Detection in Undirected Graph Code.mp4 26.67 MB
06 - Cycle Detection/003 Directed Graph - Cycle Detection.mp4 22.15 MB
06 - Cycle Detection/004 Directed Graph - Cycle Detection Code.mp4 32.86 MB
06 - Cycle Detection/005 Bipartite Graph.mp4 13.86 MB
06 - Cycle Detection/006 Bipartite Graph Code.mp4 33.1 MB
07 - Directed Acyclic Graph/001 Directed Acyclic Graph & Topological Ordering.mp4 17.99 MB
07 - Directed Acyclic Graph/002 Topological Sort Algorithm.mp4 11.05 MB
07 - Directed Acyclic Graph/003 Topological Ordering BFS Code.mp4 12.85 MB
07 - Directed Acyclic Graph/004 Toplogical Order using DFS.mp4 53.5 MB
07 - Directed Acyclic Graph/005 Topological Ordering using DFS Code.mp4 13.9 MB
08 - Disjoint Set Union/001 Disjoint Set Union Introduction.mp4 10.24 MB
08 - Disjoint Set Union/002 DSU Data Structure - Union & Find Ops.mp4 18.98 MB
08 - Disjoint Set Union/003 DSU Data Structure.mp4 15.07 MB
08 - Disjoint Set Union/004 DSU Implementation.mp4 32 MB
08 - Disjoint Set Union/005 Union by Rank.mp4 30.67 MB
08 - Disjoint Set Union/006 Path Compression Optimisation.mp4 22.54 MB
08 - Disjoint Set Union/007 DSU Dry Run.mp4 40.49 MB
09 - Minimum Spanning Trees/001 Introduction to Minimum Spanning Trees!.mp4 31.46 MB
09 - Minimum Spanning Trees/002 Prim's Algorithm.mp4 35.55 MB
09 - Minimum Spanning Trees/003 Prim's Code.mp4 57.48 MB
09 - Minimum Spanning Trees/004 Kruskal's Algorithm.mp4 18.11 MB
09 - Minimum Spanning Trees/005 Kruskal's Code.mp4 33.58 MB
10 - Shortest Path Algorithms/001 Introduction to Shortest Path Algorithms.mp4 18.94 MB
10 - Shortest Path Algorithms/002 Dijkshtra's Algorithm.mp4 96.14 MB
10 - Shortest Path Algorithms/003 Dijkshtra's Algorithm Code.mp4 46.58 MB
10 - Shortest Path Algorithms/004 Bellman Ford Algorithm.mp4 62.43 MB
10 - Shortest Path Algorithms/005 Bellman Ford Code.mp4 16.15 MB
10 - Shortest Path Algorithms/006 Floyd Warshall.mp4 221.95 MB
10 - Shortest Path Algorithms/007 Floyd Warshall Code.mp4 25.61 MB
10 - Shortest Path Algorithms/008 Solution - Shortest Path in Grid!.mp4 38.16 MB
11 - Travelling Salesman Problem/001 Travelling Salesman Problem.mp4 34.78 MB
11 - Travelling Salesman Problem/002 Travelling Salesman Intution.mp4 11.03 MB
11 - Travelling Salesman Problem/003 TSP Brute Force.mp4 39.93 MB
11 - Travelling Salesman Problem/004 TSP DP + Bitmasking.mp4 9.32 MB
12 - Flood Fill/001 Flood Fill Introduction.mp4 40.52 MB
12 - Flood Fill/002 Number of Islands.mp4 195.45 MB
12 - Flood Fill/003 Coloring Islands.mp4 25.27 MB
12 - Flood Fill/004 Biggest Island.mp4 15.95 MB
12 - Flood Fill/005 Make Largest island.mp4 174.8 MB
13 - Multi - Source BFS/001 Introduction to Multi Source BFS.mp4 79.21 MB
13 - Multi - Source BFS/002 Problem on Multi Source BFS.mp4 190.56 MB
13 - Multi - Source BFS/003 Bonus Problem on Multi Source BFS.mp4 105.21 MB
13 - Multi - Source BFS/004 01 BFS.mp4 48.54 MB
14 - DFS-Tree and Backedges/001 Introduction to DFS tree and Backedges.mp4 30.69 MB
14 - DFS-Tree and Backedges/002 DFS Tree and backedges in Undirected graph.mp4 103.49 MB
14 - DFS-Tree and Backedges/003 DFS Tree and Backedges in Directed and Undirectde graphs.mp4 213.67 MB
14 - DFS-Tree and Backedges/004 Print cycle in a graph.mp4 72.32 MB
15 - Articulation Points & Bridges/001 Introduction and definitions.mp4 52.3 MB
15 - Articulation Points & Bridges/002 Discovered Time.mp4 70.27 MB
15 - Articulation Points & Bridges/003 Lowest Time or Low Link.mp4 205.1 MB
15 - Articulation Points & Bridges/004 Algorithm.mp4 105.49 MB
15 - Articulation Points & Bridges/005 Coding the Algorithm.mp4 147.1 MB
16 - Strongly Connected Components/001 Introduction to Topological Order and Strongly Connected Components.mp4 110.64 MB
16 - Strongly Connected Components/002 Algorithm and Code to find Topological Ordering.mp4 118.82 MB
16 - Strongly Connected Components/003 Introduction to Strongly Connected Component.mp4 59.1 MB
16 - Strongly Connected Components/004 Condensed Component Graph.mp4 36.85 MB
16 - Strongly Connected Components/005 Kosaraju Algorithm for Strongly Connected Component.mp4 202.63 MB
16 - Strongly Connected Components/006 Kosaraju Algorithm for Strongly Connected Component Code.mp4 91.2 MB
17 - Trees/001 Introduction and properties of trees.mp4 237.7 MB
17 - Trees/002 DFS on trees.mp4 30.47 MB
17 - Trees/003 Print all ancestors in a tree.mp4 103.35 MB
18 - Euler Tour/001 Introduction.mp4 89.29 MB
18 - Euler Tour/002 Applications.mp4 290.49 MB
18 - Euler Tour/003 Code.mp4 37.8 MB
19 - LCA/001 Introduction.mp4 99.65 MB
19 - LCA/002 LCA (Brute Force).mp4 77.1 MB
19 - LCA/003 LCA using Binary Lifting.mp4 396.55 MB
20 - Re-rooting of trees/001 Introduction and brute force.mp4 120.96 MB
20 - Re-rooting of trees/002 Approach to re root the tree.mp4 233.97 MB
20 - Re-rooting of trees/003 Code for re rooting of the tree.mp4 88.45 MB
21 - Dynamic Programming On Trees/001 DP introduction.mp4 25.09 MB
21 - Dynamic Programming On Trees/002 Vertex Cover (greedy).mp4 39.26 MB
21 - Dynamic Programming On Trees/003 Definitions and Rules.mp4 90.93 MB
21 - Dynamic Programming On Trees/004 Vertex Cover DP.mp4 106.61 MB
21 - Dynamic Programming On Trees/005 DP code (Recursion + Memoisation).mp4 84.02 MB
21 - Dynamic Programming On Trees/006 DP on trees using DFS.mp4 22.04 MB
21 - Dynamic Programming On Trees/007 DP on trees using bfs.mp4 80.35 MB
21 - Dynamic Programming On Trees/008 Tree Diameter CSES.mp4 135.32 MB
21 - Dynamic Programming On Trees/009 Tree Diameter (code).mp4 56.76 MB
21 - Dynamic Programming On Trees/010 Nitpick.mp4 4.81 MB
21 - Dynamic Programming On Trees/011 Distance Tree 1.mp4 203.35 MB
21 - Dynamic Programming On Trees/012 Distance Tree (code).mp4 164.23 MB
22 - Network Flow/001 Introduction to Network.mp4 12.83 MB
22 - Network Flow/002 Introduction to Maximum Flow in a Network.mp4 62.47 MB
22 - Network Flow/003 Residual Networks and Augmenting Paths.mp4 247.64 MB
22 - Network Flow/004 Ford-Fulkerson and Edmond-Karp Algorithm.mp4 264.2 MB
22 - Network Flow/005 Dinic's Algorithm.mp4 250.26 MB
22 - Network Flow/006 Dinic's Algorithm Code.mp4 339.83 MB
22 - Network Flow/007 Applications of Max Flow as Maximum Bipartite Matching.mp4 302.03 MB
23 - Bonus Graph + Data Structures/001 Board Game.mp4 29.73 MB
23 - Bonus Graph + Data Structures/002 Board Game Code.mp4 60.44 MB
其他位置