This is documentation for how to run the program and a description of the tests.
chmod +x runTests
make clean
make
./runTests radix Radix_Tests/
Test 1 - tests basic expected input.
Test 2 - tests if input is already in desired format.
Test 3 - tests a large amount of elements.
Test 4 - tests large element lengths.
Test 5 - tests single element.
Test 6 - tests no elements.