📌 Notes and Codes for studying data structures and algorithm
 
 
 
 
 
Go to file
mbinary 273702e4e4 Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
dataStructure Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
divideAndConquer Add header info 2018-12-11 15:57:58 +08:00
docs Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
dynamicProgramming Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
math Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
numericalAnalysis Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
search Add header info 2018-12-11 15:57:58 +08:00
sort Add computaional method 2018-10-02 21:24:06 +08:00
string Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00
utils Add header info 2018-12-11 15:57:58 +08:00
.gitignore Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
README.md Add number theory, string matching, dynamic programming codes 2018-12-16 17:09:54 +08:00

README.md

Algorithm

Notes and codes for learning algorithm and data structures 😃

Some pictures and ideas are from `<>

I use python 3.6+ and c++ to implements them. Since I used f-Strings in python, you may use python 3.6+ to run the following python scripts.

I am still learning new things and this repo is always updating.

Notice

Currently, Github can't render latex math formulas. So,if you wannt to view the notes which contain latex math formulas and are in markdown format, you can visit my blog

Index