2018-12-11 15:57:58 +08:00
README = r '''
2019-01-31 12:09:46 +08:00
# 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 )
[ ! [ 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 )
[ ! [ repo - size ] ( https : / / img . shields . io / github / repo - size / mbinary / algorithm - in - python . svg ) ] ( )
[ ! [ License ] ( https : / / img . shields . io / badge / LICENSE - WTFPL - blue . svg ) ] ( LICENSE )
[ ! [ Language ] ( https : / / img . shields . io / badge / language - python3 - orange . svg ) ] ( )
< ! - - [ ! [ Build ] ( https : / / travis - ci . org / mbinary / PL0 - compiler . svg ? branch = master ) ] ( ) - - >
2018-12-11 15:57:58 +08:00
> Notes and codes for learning algorithm and data structures : smiley :
2018-12-29 19:30:21 +08:00
Some pictures and ideas are from ` << Introduction to Algotithm >> `
2018-12-11 15:57:58 +08:00
2018-12-29 19:30:21 +08:00
I use python 3.6 + and c / c + + to implement them .
2018-12-11 15:57:58 +08:00
# Notice
2019-01-31 12:09:46 +08:00
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)
2018-12-11 15:57:58 +08:00
# Index
{ index }
'''
HEAD = ''' {begin} mbinary
#########################################################################
# File : {name}
# Author: mbinary
# Mail: zhuheqin1@gmail.com
2019-01-31 12:09:46 +08:00
# Blog: https://mbinary.xyz
2018-12-11 15:57:58 +08:00
# Github: https://github.com/mbinary
# Created Time: {ctime}
# Description:
#########################################################################
{ end }
'''