Skip to content

A search algorithms project. I used KMP's and BM's algorithms to search in text And compared it to brute-force search. I enjoyed working on it and analyzing the efficiency of every algorithm with microsoft excel.

Notifications You must be signed in to change notification settings

i3asm/CSC311-algorithmsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithmsProject

I made brute force and Boyer-Moore's Algorithms and my colleague made the KMP's algorithm.

we analyesed the results and clearly the booyer-moore is much faster than the others

About

A search algorithms project. I used KMP's and BM's algorithms to search in text And compared it to brute-force search. I enjoyed working on it and analyzing the efficiency of every algorithm with microsoft excel.

Resources

Stars

Watchers

Forks

Languages