Project 2 for CSCE 4600
Go to file
2022-04-23 04:48:47 -05:00
inc Refactor for robustness and clarity 2022-04-23 04:47:55 -05:00
src Implement graph reduction algorithm 2022-04-23 04:48:47 -05:00
.gitignore C++-ify it some more, begin readfile 2022-04-17 22:03:17 -05:00
Makefile 750K? In MY compiled executable? 2022-04-23 04:48:32 -05:00
README.md Refactor for robustness and clarity 2022-04-23 04:47:55 -05:00
test1.txt Refactor for robustness and clarity 2022-04-23 04:47:55 -05:00

4600-project-2

Project 2 for CSCE4600, for Team G4

Build

Build with make

Run with ./main.out filename

Clean with make clean