f9e80f23a1e4e9c67d81b93c1801fe4b4d14996a
Graph_Theory
A project based around graph theory. I create a coordinate system, store them in a hash map, and then run various mapping algorithms to find the fastest route through various configurations.
Description
A project based around graph theory and flat buffer memory management. This project was inspired by studying operating systems and networks. Specifically, how the operating system chooses to pull process pages from the disc to memory and how routes are chosen in a network.
I am currently working through a redesign. Currently, the two buffers (Points and Edges) are linked lists, but I'm considering options using hash maps to increase the efficiency when looking for specific Points and Edges.
NOTE: This is an active project and will NOT compile yet.
Languages
C++
100%