Correct typo and Remove unrelated indexes

master
Heqin Zhu 2020-05-13 10:35:03 +08:00 committed by GitHub
parent 88a1488bac
commit a5fed7f8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -12,7 +12,7 @@
## Notes
>Notes were written in Chinese. Some pictures and ideas are from `Introduction to Algotithm`
>Notes were written in Chinese. Some pictures and ideas are from `Introduction to Algorithm`
* docs
* [algorithm-general.md](./docs/algorithm-general.md)
@ -28,8 +28,6 @@
## Codes
* [.](.)
* [LICENSE](./LICENSE)
* [README.md](./README.md)
* [dataStructure](./dataStructure)
* [LRU](./dataStructure/LRU)
* [bTree.py](./dataStructure/bTree.py)
@ -107,9 +105,3 @@
* [src](./string/src)
* [sunday.py](./string/sunday.py)
* [wildcard_matching.py](./string/wildcard_matching.py)
* [utils](./utils)
* [codecogs.py](./utils/codecogs.py)
* [config.py](./utils/config.py)
* [genReadme.py](./utils/genReadme.py)
* [headinfo.py](./utils/headinfo.py)
* [tree.py](./utils/tree.py)