Skip to content

This is an Algorithm Design and Analysis Assignment question

Notifications You must be signed in to change notification settings

Ashesi-Org/StringMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StringMatch

This Python script implements a brute-force string matching algorithm. It can search for a pattern in a given text interactively or from a file.

Usage

  • To run interactively: python3 StringMatch.py interactive
  • To run from a file: python3 StringMatch.py file

How to Run

  1. Clone the repository.
  2. Move the StringMatch.py file into the repository directory.
  3. Follow the usage instructions above.

About

This is an Algorithm Design and Analysis Assignment question

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages