Skip to content

SeaTalk/Funcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunCodes

FUN TO CODE, ENJOY!!!

Most code here do not have practicle using. We can code anything smart or dumb.

  1. First Commit: add some implementations of basic algorithms.
  2. 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.
  3. mkdir folder "tests" for some test codes.
  4. mkdir folder "scripts" for scripts codes.