Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages