mirror of https://github.com/coolaj86/fizzbuzz.git
AJ ONeal a3dadf8af0 | ||
---|---|---|
.. | ||
collections_files | ||
passoff | ||
BST.cpp | ||
BST.h | ||
LinkedList.cpp | ||
LinkedList.h | ||
Makefile | ||
README.md | ||
colexp | ||
collections.html | ||
main.cpp | ||
test_runner |
README.md
About
I wrote LinkedList.cpp
and BST.cpp
. Parts of the *.h
were provided by BYU as the documentation for the project.
The test program was created by BYU, but I don't see a copyright so I assume I'm safe to include it.
Build on Ubuntu 10.04
sudo apt-get install libboost-all-dev valgrind
make