Skip to content

Obarrie/CSC-212-Final

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC-212-Final String Seach Method II

alt text

For this project we looked at the Knuth-Morris-Pratt and Boyer-Moore string searching algorithm and make a function that acts similarly to the CTRL + F function on windows and the Command + F function of Mac.

How to compile

The code for this function is in the controlF.cpp file and the test cases are in the testCase file.

$ g++ -std=c++11 controlF.cpp -o search
$ ./search test.txt "key"

The function will then ask which search algortihm to use for the searh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%