mirror of
https://github.com/heqin-zhu/algorithm.git
synced 2024-03-22 13:30:46 +08:00
Update index for notes
This commit is contained in:
parent
270e077cf9
commit
47f5ebc900
28
README.md
28
README.md
|
@ -7,15 +7,24 @@
|
|||
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
||||
[![Language](https://img.shields.io/badge/language-python3-orange.svg)]()
|
||||
[![codebeat badge](https://codebeat.co/badges/4ef725b5-405a-4390-a860-a86deefab3f8)](https://codebeat.co/projects/github-com-mbinary-algorithm-master)
|
||||
<!-- [![Build](https://travis-ci.org/mbinary/PL0-compiler.svg?branch=master)]() -->
|
||||
|
||||
>Notes and codes for learning algorithm and data structures :smiley:
|
||||
|
||||
Some pictures and ideas are from `<<Introduction to Algotithm>>`
|
||||
|
||||
I use python 3.6+ and c/c++ to implement them.
|
||||
# Notes
|
||||
* [docs](./docs)
|
||||
* [algorithm-general.md](./docs/algorithm-general.md)
|
||||
* [b-tree.md](./docs/b-tree.md)
|
||||
* [fib-heap.md](./docs/fib-heap.md)
|
||||
* [graph.md](./docs/graph.md)
|
||||
* [hashTable.md](./docs/hashTable.md)
|
||||
* [red-black-tree.md](./docs/red-black-tree.md)
|
||||
* [sort.md](./docs/sort.md)
|
||||
* [src](./docs/src)
|
||||
* [string-matching.md](./docs/string-matching.md)
|
||||
* [tree.md](./docs/tree.md)
|
||||
|
||||
[Click here](https://mbinary.xyz/algorithm/) to view notes
|
||||
# Index
|
||||
* [.](.)
|
||||
* [LICENSE](./LICENSE)
|
||||
|
@ -47,19 +56,6 @@ I use python 3.6+ and c/c++ to implement them.
|
|||
* [winnerTree.py](./dataStructure/winnerTree.py)
|
||||
* [divideAndConquer](./divideAndConquer)
|
||||
* [min_distance_of_n_points.py](./divideAndConquer/min_distance_of_n_points.py)
|
||||
* [docs](./docs)
|
||||
* [README.md](./docs/README.md)
|
||||
* [_config.yml](./docs/_config.yml)
|
||||
* [algorithm-general.md](./docs/algorithm-general.md)
|
||||
* [b-tree.md](./docs/b-tree.md)
|
||||
* [fib-heap.md](./docs/fib-heap.md)
|
||||
* [graph.md](./docs/graph.md)
|
||||
* [hashTable.md](./docs/hashTable.md)
|
||||
* [red-black-tree.md](./docs/red-black-tree.md)
|
||||
* [sort.md](./docs/sort.md)
|
||||
* [src](./docs/src)
|
||||
* [string-matching.md](./docs/string-matching.md)
|
||||
* [tree.md](./docs/tree.md)
|
||||
* [dynamicProgramming](./dynamicProgramming)
|
||||
* [Vec2d.hs](./dynamicProgramming/Vec2d.hs)
|
||||
* [lcs.py](./dynamicProgramming/lcs.py)
|
||||
|
|
|
@ -7,15 +7,12 @@ README = r'''
|
|||
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
||||
[![Language](https://img.shields.io/badge/language-python3-orange.svg)]()
|
||||
[![codebeat badge](https://codebeat.co/badges/4ef725b5-405a-4390-a860-a86deefab3f8)](https://codebeat.co/projects/github-com-mbinary-algorithm-master)
|
||||
<!-- [![Build](https://travis-ci.org/mbinary/PL0-compiler.svg?branch=master)]() -->
|
||||
|
||||
>Notes and codes for learning algorithm and data structures :smiley:
|
||||
|
||||
Some pictures and ideas are from `<<Introduction to Algotithm>>`
|
||||
|
||||
I use python 3.6+ and c/c++ to implement them.
|
||||
|
||||
[Click here](https://mbinary.xyz/algorithm/) to view notes
|
||||
[Click here](./docs) to view notes
|
||||
# Index
|
||||
{index}
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user