Skip to content

String matching algorithm for search a user inputed string in a dataset; modules.txt.

Notifications You must be signed in to change notification settings

raminduw200/boyer-moore-horspool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurthor Date
Ramindu Walgama
2022-07-20

Setting up the env and execution

Before executing the code, please run the below command in a shell/terminal/cmd of a python pip installed computer. If Python is not installed, install Python 3.10.5 from the official website.

pip install -r requirements.txt

Environment is now setuped.
Run below command to execute the script.

python main.py

Tested Environment

  • Python version: 3.10.5
  • tabulate module version: 0.8.10 (Added in the requirements.txt)
  • Operating System: Linux Manjaro
  • IDE: PyCharm

Boyer-Moore-Horspool algorithm

Analysis of the algorithm is done in the Report/Report.pdf.

About

String matching algorithm for search a user inputed string in a dataset; modules.txt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published