2018-12-11 15:57:58 +08:00
|
|
|
README = r'''
|
2019-01-31 12:09:46 +08:00
|
|
|
# Algorithm and data structures
|
|
|
|
|
2019-03-18 00:54:04 +08:00
|
|
|
[![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.svg?label=Fork&style=social)](https://github.com/mbinary/algorithm/network/members)
|
|
|
|
[![repo-size](https://img.shields.io/github/repo-size/mbinary/algorithm.svg)]()
|
2019-01-31 12:09:46 +08:00
|
|
|
[![License](https://img.shields.io/badge/LICENSE-WTFPL-blue.svg)](LICENSE)
|
|
|
|
[![Language](https://img.shields.io/badge/language-python3-orange.svg)]()
|
2019-03-18 00:54:04 +08:00
|
|
|
[![codebeat badge](https://codebeat.co/badges/4ef725b5-405a-4390-a860-a86deefab3f8)](https://codebeat.co/projects/github-com-mbinary-algorithm-master)
|
2019-01-31 12:09:46 +08:00
|
|
|
|
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
|
|
|
|
2019-03-18 12:23:52 +08:00
|
|
|
[Click here](./docs) to view notes
|
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}
|
|
|
|
'''
|