An open API service indexing awesome lists of open source software.

https://github.com/macmod/patmat

Small collection of pattern matching algorithms written in C.
https://github.com/macmod/patmat

algorithms pattern-matching

Last synced: 10 months ago
JSON representation

Small collection of pattern matching algorithms written in C.

Awesome Lists containing this project

README

          

# patmat
Small collection of pattern matching algorithms written in C.

# todo
- Implement:
- Rabin-Karp;
- Z Algorithm;
- Aho-Corasick;
- Some sort of inverted index;
- Use patricia tree/hashing/suffix tree;