mirror of https://github.com/coolaj86/fizzbuzz.git
13 lines
321 B
Markdown
13 lines
321 B
Markdown
|
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
|