Commit Graph

5 Commits

Author SHA1 Message Date
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
d174643ed2 moving to a different computer 2026-02-28 10:51:37 -05:00
554aff2547 renamed my files after copying them over from d_link_list 2026-02-27 13:02:11 -05:00
64c10c8678 New Project migration 2026-02-27 12:58:49 -05:00
37af3d5ed4 Initial commit 2026-02-27 17:55:24 +00:00