Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahelwer/wikicode

Code for use in Wikipedia articles
https://github.com/ahelwer/wikicode

Last synced: about 1 month ago
JSON representation

Code for use in Wikipedia articles

Awesome Lists containing this project

README

        

WikiCode

Implementation of concepts and algorithms from textbooks and papers, for the purpose of providing code examples to Wikipedia.

All code in this repository is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License, which is the same license used for the actual text on Wikipedia.

To run unit and functional tests, execute the run_tests.py script.

string_algo:
Fundamental Preprocess (Z-algorithm)
Boyer-Moore
Apostolico-Giancarlo
Knuth-Morris-Pratt
Aho-Corasick