Most code here do not have practicle using. We can code anything smart or dumb.
- First Commit: add some implementations of basic algorithms.
- Add a DumbKMP Matcher.[2018.07.16]
- Usually, we find a substring in another by function"string.find()". I just want to separate charactors first since each charactor may encoded by UTF8 or GBK or just ASCII, and find the substring by KMP.
- mkdir folder "tests" for some test codes.
- mkdir folder "scripts" for scripts codes.