Skip to content

Implementation of string search algorithms for CZ2001 Project 1

Notifications You must be signed in to change notification settings

adithyaxx/cz2001-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CZ2001 Project 1

Notes and Assumptions

The input file is converted to uppercase explicitly when loaded into memory. Hence, search strings have to be of uppercase characters to find matches correctly.

Running

The executables are located in "Compiled Executables" for macOS and Windows.

Troubleshooting

If the compiled executables do not function as intended, the codes located at "Source Code" can be recompiled.