Commit Graph

4 Commits

Author SHA1 Message Date
rapturate
0716e5812a Changed flat_buffer_graph to fb_graph for convenience. Moved fb_graph.cpp and .h files into their own directory. Created teh initial files for the fb_map which will be code for flat buffer hash map. 2026-05-11 08:57:33 -04:00
e0c68e7cef Altered file names so I can work on a basic, working verison of this project. Additionaly, I added author, date, version #, and briefs at the head of all code files. 2026-04-09 09:53:54 -04:00
Rapturate
da3408dcb7 On branch main
Changes to be committed:
	new file:   Graph.cpp
		1) Moved the actual declarations of functions from Graph.h into this file
		2) Added get_p_edges() which will get all the edges from a specified point p
		3) Added add_edge() which adds an edge between two points (start and end)
	modified:   graph.h
		1) Created initial function, constructor, and deconstructor declarations
		2) Defined Point structure
		3) Defined Edge structure
	modified:   main.cpp
		1) Removed any old code from my last project. I am starting clean on this file.
2026-02-28 13:15:45 -05:00
64c10c8678 New Project migration 2026-02-27 12:58:49 -05:00