From a5fed7f8a8d0320418db1cc346baedecaead3646 Mon Sep 17 00:00:00 2001 From: Heqin Zhu Date: Wed, 13 May 2020 10:35:03 +0800 Subject: [PATCH] Correct typo and Remove unrelated indexes --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 72ccdd2..2341293 100644 --- a/README.md +++ b/README.md @@ -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)