A generic C++ implementation of a Maze data structure along with maze solving algorithms using graphs.
-
Updated
Dec 14, 2020 - C++
A generic C++ implementation of a Maze data structure along with maze solving algorithms using graphs.
Check if there is an Eulerian cycle or path in a graph.
This is a program that solves the “Six Degrees of Kevin Bacon” game. This program parses a dataset into a graph and performs shortest path computations. Given any two actors, the aim is to find a “path” between them, consisting of two actors with whom they have coached.
Add a description, image, and links to the graphs-pathfinding topic page so that developers can more easily learn about it.
To associate your repository with the graphs-pathfinding topic, visit your repo's landing page and select "manage topics."