Skip to content

My implementation of Graph data structure applied to flight scheduling and robot navigation

Notifications You must be signed in to change notification settings

rvdweerd/containers_GraphClassImplementation

Repository files navigation

containers_GraphClassImplementation

Own implementation of Graph data structure, traversal functions and shortest path algo.

Based on "Programming Abstractions in C++" / Eric S. Roberts / Chapter 19.

  • Main branch: Tests a graph of airline connections between 10 cities in the US.

  • Branch DNTGraph: Uses the graph class to find optimal paths for robot object avoidance using cost landscapes.

Example pathfinder

About

My implementation of Graph data structure applied to flight scheduling and robot navigation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages