Project 2 for CSCE 4600
Go to file
2022-04-29 02:11:11 +00:00
inc Knotted should work now. I really was over-complicating it. I have commented the code and removed unused includes from the file. 2022-04-28 21:09:37 -05:00
src Modify file header timestamp. 2022-04-29 02:11:11 +00:00
.clang-format Configure clang-format 2022-04-23 17:55:53 -05:00
.gitignore C++-ify it some more, begin readfile 2022-04-17 22:03:17 -05:00
Makefile Update file headers and includes 2022-04-23 20:16:15 -05:00
Project-2-input-example-1.txt Knotted should work now. I really was over-complicating it. I have commented the code and removed unused includes from the file. 2022-04-28 21:09:37 -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