- [:heavy_check_mark:] A better name for the project
- [:heavy_check_mark:] Implement FFT String Matching in C++
- [:heavy_check_mark:] Implement KMP String Matching in C++
- [:heavy_check_mark:] Make functions (fft and kmp) that return a vector of starting positions of string t(pattern) in string s(text)
- Using PyGame create Input module, Highlighter module
- Create PDF Parser in Python