Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Graph Theory Algorithms for Competitive Programming, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:07:03
    Course Orientation!
  2. Урок 2. 00:12:05
    Graphs Introduction
  3. Урок 3. 00:05:49
    Graph Applications
  4. Урок 4. 00:09:08
    Graph Key Terms
  5. Урок 5. 00:08:43
    Adjacency List Representation
  6. Урок 6. 00:09:09
    Adjacency List Representation with Node Class
  7. Урок 7. 00:06:44
    Breadth First Search
  8. Урок 8. 00:07:16
    BFS Code
  9. Урок 9. 00:04:31
    BFS Shortest Path
  10. Урок 10. 00:06:11
    BFS Shortest Path Code
  11. Урок 11. 00:08:25
    Snakes and Ladder Solution
  12. Урок 12. 00:04:19
    DFS Concept
  13. Урок 13. 00:05:41
    DFS Code
  14. Урок 14. 00:12:31
    Largest Island Solution
  15. Урок 15. 00:03:35
    Cycle Detection in Undirected Graph
  16. Урок 16. 00:08:59
    Cycle Detection in Undirected Graph Code
  17. Урок 17. 00:08:56
    Directed Graph - Cycle Detection
  18. Урок 18. 00:12:47
    Directed Graph - Cycle Detection Code
  19. Урок 19. 00:07:15
    Bipartite Graph
  20. Урок 20. 00:12:26
    Bipartite Graph Code
  21. Урок 21. 00:04:35
    Directed Acyclic Graph & Topological Ordering
  22. Урок 22. 00:04:51
    Topological Sort Algorithm
  23. Урок 23. 00:05:56
    Topological Ordering BFS Code
  24. Урок 24. 00:04:52
    Toplogical Order using DFS
  25. Урок 25. 00:05:07
    Topological Ordering using DFS Code
  26. Урок 26. 00:04:20
    Disjoint Set Union Introduction
  27. Урок 27. 00:09:02
    DSU Data Structure - Union & Find Ops
  28. Урок 28. 00:07:07
    DSU Data Structure
  29. Урок 29. 00:13:17
    DSU Implementation
  30. Урок 30. 00:10:16
    Union by Rank
  31. Урок 31. 00:08:39
    Path Compression Optimisation
  32. Урок 32. 00:13:15
    DSU Dry Run
  33. Урок 33. 00:03:38
    Introduction to Minimum Spanning Trees!
  34. Урок 34. 00:19:33
    Prim's Algorithm
  35. Урок 35. 00:18:43
    Prim's Code
  36. Урок 36. 00:08:59
    Kruskal's Algorithm
  37. Урок 37. 00:13:38
    Kruskal's Code
  38. Урок 38. 00:07:53
    Introduction to Shortest Path Algorithms
  39. Урок 39. 00:09:12
    Dijkshtra's Algorithm
  40. Урок 40. 00:14:55
    Dijkshtra's Algorithm Code
  41. Урок 41. 00:33:09
    Bellman Ford Algorithm
  42. Урок 42. 00:09:12
    Bellman Ford Code
  43. Урок 43. 00:29:35
    Floyd Warshall
  44. Урок 44. 00:08:38
    Floyd Warshall Code
  45. Урок 45. 00:12:21
    Solution - Shortest Path in Grid!
  46. Урок 46. 00:12:04
    Travelling Salesman Problem
  47. Урок 47. 00:03:43
    Travelling Salesman Intution
  48. Урок 48. 00:12:26
    TSP Brute Force
  49. Урок 49. 00:02:44
    TSP DP + Bitmasking
  50. Урок 50. 00:05:32
    Flood Fill Introduction
  51. Урок 51. 00:18:19
    Number of Islands
  52. Урок 52. 00:07:01
    Coloring Islands
  53. Урок 53. 00:03:30
    Biggest Island
  54. Урок 54. 00:19:01
    Make Largest island
  55. Урок 55. 00:12:12
    Introduction to Multi Source BFS
  56. Урок 56. 00:19:46
    Problem on Multi Source BFS
  57. Урок 57. 00:15:51
    Bonus Problem on Multi Source BFS
  58. Урок 58. 00:07:41
    0/1 BFS
  59. Урок 59. 00:09:07
    Introduction to DFS tree and Backedges
  60. Урок 60. 00:16:41
    DFS Tree and backedges in Undirected graph
  61. Урок 61. 00:23:12
    DFS Tree and Backedges in Directed and Undirectde graphs
  62. Урок 62. 00:10:04
    Print cycle in a graph
  63. Урок 63. 00:12:27
    Introduction and definitions
  64. Урок 64. 00:11:33
    Discovered Time
  65. Урок 65. 00:24:48
    Lowest Time or Low Link
  66. Урок 66. 00:19:20
    Algorithm
  67. Урок 67. 00:17:18
    Coding the Algorithm
  68. Урок 68. 00:18:42
    Introduction to Topological Order and Strongly Connected Components
  69. Урок 69. 00:20:43
    Algorithm and Code to find Topological Ordering
  70. Урок 70. 00:09:51
    Introduction to Strongly Connected Component
  71. Урок 71. 00:12:51
    Condensed Component Graph
  72. Урок 72. 00:30:06
    Kosaraju Algorithm for Strongly Connected Component
  73. Урок 73. 00:11:47
    Kosaraju Algorithm for Strongly Connected Component Code
  74. Урок 74. 00:24:27
    Introduction and properties of trees
  75. Урок 75. 00:08:03
    DFS on trees
  76. Урок 76. 00:08:36
    Print all ancestors in a tree
  77. Урок 77. 00:11:24
    Introduction
  78. Урок 78. 00:21:51
    Applications
  79. Урок 79. 00:13:04
    Code
  80. Урок 80. 00:12:37
    Introduction
  81. Урок 81. 00:16:12
    LCA (Brute Force)
  82. Урок 82. 00:38:43
    LCA using Binary Lifting
  83. Урок 83. 00:15:52
    Introduction and brute force
  84. Урок 84. 00:20:21
    Approach to re root the tree
  85. Урок 85. 00:11:13
    Code for re rooting of the tree
  86. Урок 86. 00:04:13
    Introduction to Network
  87. Урок 87. 00:08:40
    Introduction to Maximum Flow in a Network
  88. Урок 88. 00:26:27
    Residual Networks and Augmenting Paths
  89. Урок 89. 00:26:24
    Ford-Fulkerson and Edmond-Karp Algorithm
  90. Урок 90. 00:25:19
    Dinic's Algorithm
  91. Урок 91. 00:33:21
    Dinic's Algorithm Code
  92. Урок 92. 00:23:36
    Applications of Max Flow as Maximum Bipartite Matching
  93. Урок 93. 00:12:12
    Board Game
  94. Урок 94. 00:19:31
    Board Game Code