Skip to content

This is a repository for a C implementation of the KMP(Knuth–Morris–Pratt) algorithm.

Notifications You must be signed in to change notification settings

Tom-game-project/c_kmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c kmp

This is a repository for a C implementation of the KMP(Knuth–Morris–Pratt) algorithm.

How to use

create dynamic link library

mkdir pkg
make lib

delete all binary file

make clean

using c file from python

Check inside the main.py file

About

This is a repository for a C implementation of the KMP(Knuth–Morris–Pratt) algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages