forked from heqin-zhu/algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
35 lines (28 loc) · 1.41 KB
/
config.py
File metadata and controls
35 lines (28 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
README = r'''
# Algorithm and data structures
[](https://github.com/mbinary/algorithm-in-python/stargazers)
[](https://github.com/mbinary/algorithm-in-python/network/members)
[]()
[](LICENSE)
[]()
<!-- []() -->
>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.
# 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)
# Index
{index}
'''
HEAD = '''{begin} mbinary
#########################################################################
# File : {name}
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: {ctime}
# Description:
#########################################################################
{end}
'''