Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 423 Bytes

Quick Find

ToDo:

  • [: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