Skip to content
Asad Muneer edited this page Nov 17, 2016 · 1 revision

I made this project in my undergrad , as part of my course ( data structures ) project . Build a notepad from scratch & implemented various string searching algorithms. — Edit

String Searching Algorithms :

  • Brute Force
  • KMP
  • Boyer-Moore
  • Hoorspol
  • Rabin-Karp

Screen-Shots:

Clone this wiki locally