Skip to content

Horspool's algorithm implemented in Python and MIPS assembly

Notifications You must be signed in to change notification settings

Th1nkK1D/horspoolPythonMIPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

horspoolPythonMIPS

Horspool's algorithm implemented in Python and MIPS assembly

The code

We have 3 versions of source code:

horsepool_original.py

  • Using Python
  • Code saparate into many functions
  • Print log of pattern and text position

horspool.py

  • Using Python
  • Make it easier to translate to MIPS
  • No log print

horspool.c

  • Using MIPS Assembly
  • Include custom string length function

Resources

Want to learn more about Horspool's algorithm?

About

Created by:

  • Noppawut Pukpinyo
  • Withee Poositasai
  • Thanadol Nimitchuchai
  • Choldanai Choksermsub

CPE 325 : Computer Architectures and Systems (1/2017)

King Mongkut's University of Technology Thonburi

About

Horspool's algorithm implemented in Python and MIPS assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published