Skip to content

jonesetc/knapsack-evaluate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knapsack-evaluate

BASH scripts and a c++ program to compile, run, evaluate, and generate a report about the run times of an implementation of the knapsack problem in c++. This was done for my Computer Architecture class at Texas State University.

Notes

  • I made this script to do my homework for me because it seemed like a good excuse to practice some scripting as well as a little bit of c++.
  • I did not write the knapsack.cpp that I compiled, it was given to us by our professor, that's why it isn't included.
  • If you're in my class, don't copy my work, punks.

About

A BASH script to compile, run, evaluate, and generate a report about the run times of an implementation of the knapsack problem in c++. This was done for my Computer Architecture class at Texas State University.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors