v-macrev / graph_search

An assigment for the Accelerated Computer Science Fundamentals Specialization from the University of Illinois at Urbana-Champaign. In this assignment I implemented some helper functions for a graph class, then learned about using BFS to solve problems in general graphs, such as computing shortest paths or solving a puzzle automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph_search

An assigment for the Accelerated Computer Science Fundamentals Specialization from the University of Illinois at Urbana-Champaign. In this assignment I implemented some helper functions for a graph class, then learned about using BFS to solve problems in general graphs, such as computing shortest paths or solving a puzzle automatically.

About

An assigment for the Accelerated Computer Science Fundamentals Specialization from the University of Illinois at Urbana-Champaign. In this assignment I implemented some helper functions for a graph class, then learned about using BFS to solve problems in general graphs, such as computing shortest paths or solving a puzzle automatically.

License:MIT License


Languages

Language:C++ 100.0%