Skip to content

CE205 Data Structures

Week-6

Graph MST, Backtracking, Topological Sorting, Shortest Paths, Connectivity,Max Flow and Cycle Detection Algorithms.

Graph Isomorphism and canonization

Graph Cuts

Download DOC, SLIDE, PPTX


Outline-1

  • Graph Topological Sorting
  • Graph MST
  • Graph Backtracking
  • Tug of War
  • n-Queen's Problem
  • m Coloring Problem
  • Euler & Hamiltonian Path

Outline-2

  • Graph Sortest Paths
  • Graph Connectivity - SCC
  • Graph Max Flow
  • Graph Isomorphism
  • Graph canonization
  • Graph Cuts
  • Min Cut
  • Max Cut

Outline-3

  • Alpha-Beta Pruning
  • Hasse Diagrams
  • Petri Nets
  • Bipartite Graphs
  • Cycle Detection
  • Brent’s Algorithm
  • Hare and Tortoise Algorithm
  • Bayesian Network

Graph Topological Sorting


Graph MST


Graph Backtracking


Graph Backtracking


Graph Backtracking


Graph Backtracking


Graph Sortest Paths


Graph Connectivity


Graph Max Flow


Graph Isomorphism


Graph Cuts

  1. Min Cuts
  2. Max Cuts

  3. Wikipedia

  4. https://en.wikipedia.org/wiki/Cut_(graph_theory)#:~:text=In%20graph%20theory%2C%20a%20cut,said%20to%20cross%20the%20cut.

Graph canonization


Cycle Detection


Graph Coloring


Alpha-Beta Pruning


Hasse Diagrams


Petri Nets


Bipartite Graphs


Cycle Detection


Cycle Detection


Bayesian Network


\[ End-Of-Week-6 \]

Last update: September 25, 2022
Created: December 29, 2021
Back to top