Graph theory algorithms visualized

Unleash the power of graph theory with cutting-edge algorithms

This Graph theory algorithms will teach students the fundamental concepts and algorithms of graph theory with real life examples and eye-appealing visualizations. The course will cover topics such as graph representation, graph traversal, topological sort, shortest paths, minimum spanning trees, graph coloring… With a total of more than 20 covered algorithms.

What you’ll learn

  • Learn graphs terminology and representation.
  • Learn graph traversal.
  • Learn algorithms related to various graph theory topics (shortest paths, minimum spanning trees…).
  • Solve graph related coding interview problems.

Course Content

  • Introduction –> 3 lectures • 28min.
  • Graph representation –> 3 lectures • 32min.
  • Graph traversal –> 7 lectures • 1hr 2min.
  • Topological sort –> 5 lectures • 53min.
  • Shortest path problem –> 7 lectures • 2hr 30min.
  • Trees –> 4 lectures • 28min.
  • Minimum spanning trees –> 5 lectures • 54min.
  • Eulerian and Hamiltonian paths/cycles –> 6 lectures • 52min.
  • Graph coloring –> 7 lectures • 1hr 22min.
  • Practice problems –> 10 lectures • 1hr 3min.

Graph theory algorithms visualized

Requirements

This Graph theory algorithms will teach students the fundamental concepts and algorithms of graph theory with real life examples and eye-appealing visualizations. The course will cover topics such as graph representation, graph traversal, topological sort, shortest paths, minimum spanning trees, graph coloring… With a total of more than 20 covered algorithms.

Discussed algorithms will be implemented in detail by using a programming language to give a better understanding for students. Captions, practice problems, quizzes, slides, and source code will also be here to make the learning experience way better.

By the end of the course, students will have a strong understanding of graph algorithms and be able to apply their knowledge to solve problems in computer science, mathematics, and beyond.

This course is ideal for students who are looking to pursue careers in computer science, mathematics, or related fields, as well as for professionals who want to expand their knowledge of graph theory algorithms.

 

Covered algorithms:

  • Graph traversal:
    • Depth-first search
    • Breadth-first search
  • Topological sorting:
    • Depth-first search based topological sort
    • Breadth-first search based topological sort (Kahn’s algorithm)
  • Shortest path:
    • Dijkstra’s algorithm
    • Bellman-Ford algorithm
    • Floyd-Warshall algorithm
    • Johnson’s algorithm
    • Shortest path for unweighted graphs algorithm
    • Shortest path for directed acyclic graphs (1st approach) algorithm
    • Shortest path for directed acyclic graphs (2nd approach) algorithm
  • Trees and minimum spanning trees:
    • Spanning tree algorithm
    • Graph to out-tree algorithm
    • Prim’s algorithm
    • Kruskal’s algorithm
  • Eulerian/Hamiltonian paths and cycles:
    • Hierholzer’s algorithm
    • Hamiltonian cycle backtracking algorithm
  • Graph coloring:
    • 2-colorability algorithm
    • k-colorability backtracking algorithm
    • Greedy coloring algorithm
    • Welsh-Powell heuristic
    • DSatur heuristic
Get Tutorial