Enhancing the Performance of Graph Algorithms — Part 1

Introduction to the Graph Algorithms

Nickson Joram

--

We use various types of Data Structures according to the need we have. We are going to discuss Graphs and the way of optimizing the graphs as required for our problem definitions.

Image from https://snappygoat.com/s/?q=bestof%3AKoenigs-theorem-graph.png+Koenigs-theorem-graph+svg+en+K%C3%B6nig%27s+theorem+graph+theory+states+that+any+en+bipartite+graph+has+a+en+maximum+matching+of+equal+size

What is a Graph?

--

--