CLI Text prediction tool in C, using a tree and BFS search.
After Building the final app should be found in the build directory under "TypeAhead". In our case "./build/TypeAhead".
Tested using g++ and MSVC. Test File is located under "UnitTestRunner"