mirror of
https://github.com/heqin-zhu/algorithm.git
synced 2024-03-22 13:30:46 +08:00
UPdate
This commit is contained in:
parent
e1870abd44
commit
2881d7c066
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
# Algorithm and data structures
|
# Algorithm and data structures
|
||||||
|
|
||||||
[![Stars](https://img.shields.io/github/stars/mbinary/algorithm-in-python.svg?label=Stars&style=social)](https://github.com/mbinary/algorithm-in-python/stargazers)
|
[![Stars](https://img.shields.io/github/stars/mbinary/algorithm.svg?label=Stars&style=social)](https://github.com/mbinary/algorithm/stargazers)
|
||||||
[![Forks](https://img.shields.io/github/forks/mbinary/algorithm-in-python.svg?label=Fork&style=social)](https://github.com/mbinary/algorithm-in-python/network/members)
|
[![Forks](https://img.shields.io/github/forks/mbinary/algorithm.svg?label=Fork&style=social)](https://github.com/mbinary/algorithm/network/members)
|
||||||
[![repo-size](https://img.shields.io/github/repo-size/mbinary/algorithm-in-python.svg)]()
|
[![repo-size](https://img.shields.io/github/repo-size/mbinary/algorithm.svg)]()
|
||||||
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
||||||
[![Language](https://img.shields.io/badge/language-python3-orange.svg)]()
|
[![Language](https://img.shields.io/badge/language-python3-orange.svg)]()
|
||||||
<!-- [![Build](https://travis-ci.org/mbinary/PL0-compiler.svg?branch=master)]() -->
|
<!-- [![Build](https://travis-ci.org/mbinary/PL0-compiler.svg?branch=master)]() -->
|
||||||
|
@ -14,9 +14,8 @@ Some pictures and ideas are from `<<Introduction to Algotithm>>`
|
||||||
|
|
||||||
I use python 3.6+ and c/c++ to implement them.
|
I use python 3.6+ and c/c++ to implement them.
|
||||||
|
|
||||||
# Notice
|
|
||||||
Currently, Github can't render latex math formulas.Thus,if you want to view the markodwn notes which contain latex math formulas, you can visit [my blog](https://mbinary.xyz)
|
|
||||||
|
|
||||||
|
[Click here](https://mbinary.xyz/alogrithm) to view notes
|
||||||
# Index
|
# Index
|
||||||
* [.](.)
|
* [.](.)
|
||||||
* [LICENSE](./LICENSE)
|
* [LICENSE](./LICENSE)
|
||||||
|
|
|
@ -370,7 +370,7 @@ def find(root,i):
|
||||||
<a id="markdown-6-python-代码" name="6-python-代码"></a>
|
<a id="markdown-6-python-代码" name="6-python-代码"></a>
|
||||||
# 6. python 代码
|
# 6. python 代码
|
||||||
|
|
||||||
**[github地址](https://github.com/mbinary/algorithm-in-python.git)**
|
**[github地址](https://github.com/mbinary/algorithm.git)**
|
||||||
|
|
||||||
我用了 setChild, getChild 来简化代码量, 其他的基本上是按照算法导论上的伪代码提到的case 来实现的. 然后display 只是测试的时候,为了方便调试而层序遍历打印出来
|
我用了 setChild, getChild 来简化代码量, 其他的基本上是按照算法导论上的伪代码提到的case 来实现的. 然后display 只是测试的时候,为了方便调试而层序遍历打印出来
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
README = r'''
|
README = r'''
|
||||||
# Algorithm and data structures
|
# Algorithm and data structures
|
||||||
|
|
||||||
[![Stars](https://img.shields.io/github/stars/mbinary/algorithm-in-python.svg?label=Stars&style=social)](https://github.com/mbinary/algorithm-in-python/stargazers)
|
[![Stars](https://img.shields.io/github/stars/mbinary/algorithm.svg?label=Stars&style=social)](https://github.com/mbinary/algorithm/stargazers)
|
||||||
[![Forks](https://img.shields.io/github/forks/mbinary/algorithm-in-python.svg?label=Fork&style=social)](https://github.com/mbinary/algorithm-in-python/network/members)
|
[![Forks](https://img.shields.io/github/forks/mbinary/algorithm.svg?label=Fork&style=social)](https://github.com/mbinary/algorithm/network/members)
|
||||||
[![repo-size](https://img.shields.io/github/repo-size/mbinary/algorithm-in-python.svg)]()
|
[![repo-size](https://img.shields.io/github/repo-size/mbinary/algorithm.svg)]()
|
||||||
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
||||||
[![Language](https://img.shields.io/badge/language-python3-orange.svg)]()
|
[![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-in-python-master)
|
[![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)]() -->
|
<!-- [![Build](https://travis-ci.org/mbinary/PL0-compiler.svg?branch=master)]() -->
|
||||||
|
|
||||||
>Notes and codes for learning algorithm and data structures :smiley:
|
>Notes and codes for learning algorithm and data structures :smiley:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user