📌 Notes and Codes for studying data structures and algorithm
Go to file
2018-07-14 18:36:10 +08:00
algorithm correct typo 2018-07-11 19:55:44 +08:00
dataStructure ✌️Build a red black tree successfully 2018-07-14 17:55:01 +08:00
notes Detailed explanation and index for redblack tree in readme 2018-07-14 18:36:10 +08:00
project finish tree part ✌️ 2018-07-11 19:26:24 +08:00
.gitignore add gitignore 😭 2018-07-11 20:12:08 +08:00
README.md Detailed explanation and index for redblack tree in readme 2018-07-14 18:36:10 +08:00
tree_link.py finish tree part ✌️ 2018-07-11 19:26:24 +08:00

Algorithm and data structures

Notes and codes for learning algorithm and data structures 😃

Some pictures and idead 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. Some scripts may have bugs or not be finished yet.

Notice

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

index