2018-12-11 15:57:58 +08:00
README = r '''
# Algorithm
> 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
2018-12-29 19:30:21 +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.coding.me)
2018-12-11 15:57:58 +08:00
# Index
{ index }
'''
HEAD = ''' {begin} mbinary
#########################################################################
# File : {name}
# Author: mbinary
# Mail: zhuheqin1@gmail.com
# Blog: https://mbinary.coding.me
# Github: https://github.com/mbinary
# Created Time: {ctime}
# Description:
#########################################################################
{ end }
'''