Our proposed final project is to reverse entropy.
All code files can be found in the code/
directory. To run the code:
-
Compile using
g++ main.cpp
-
Run using
./a.out
-
Insert any entropy value (as long as it is an integer!)
Our test data was taken using preliminary rock data, stored as a .txt file in the data/
directory.
Our signed contract and development log can be found in the documents/
directory.
All feedback from our project mentor can be found in the feedback/
directory.