Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahelwer/wikicode
- Owner: ahelwer
- Created: 2012-03-06T05:56:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T20:23:21.000Z (about 4 years ago)
- Last Synced: 2024-10-16T08:48:22.804Z (3 months ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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