📌 Notes and Codes for studying data structures and algorithm
Go to file
2018-11-07 17:01:53 +08:00
computationalMethod Add computaional method 2018-10-02 21:24:06 +08:00
dataStructure Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
divideAndConquer Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
docs Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
dynamicProgramming Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
math Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
search Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
sort Add computaional method 2018-10-02 21:24:06 +08:00
string Add computaional method 2018-10-02 21:24:06 +08:00
.gitignore Update bloomFilter, cantor, redblackTrue,matrix_chain_multiply 2018-11-07 16:52:55 +08:00
README.md Update readme 2018-11-07 17:01:53 +08:00

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