3 Commits

Author SHA1 Message Date
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