File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.idea /
2+ * .pyc
Original file line number Diff line number Diff line change 1+ ## 《算法导论》第3版算法集锦 - python实现
2+
3+ ### 作者的话
4+ 《算法导论》第3版,这本书的经典程度就无需我多言了。
5+
6+ 书中所有的算法示例都用python语言实现,并且配有详细的算法原理说明,有些复杂算法还会专门写博客来讲解。
7+
8+ 希望这些对自己,还有其他人都有所帮助。
9+
10+ 有任何问题都可以联系我:
11+
12+ Email: yidao620@gmail.com
13+ QQ: 344063306
14+ 博客: http://www.pycoding.com/
15+ GitHub: https://github.com/yidao620c
16+ 公司: [ 广州云宏信息科技股份有限公司] ( http://www.winhong.com/ )
17+
18+ ## How to Contribute
19+
20+ You are welcome to contribute to the project as follow
21+
22+ * add/edit wiki
23+ * report/fix issue
24+ * code review
25+ * commit new feature
26+ * add testcase
27+
28+ Meanwhile you'd better follow the rules below
29+
30+ * It's * NOT* recommended to submit a pull request directly to ` master ` branch. ` develop ` branch is more appropriate
31+ * Follow common Python coding conventions
32+ * Add the following [ license] ( #license ) in each source file
33+
34+ ## License
35+
36+ (The Apache License)
37+
38+ Copyright (c) 2011-2015 [ WinHong, Inc.] ( http://www.winhong.com/ ) and other contributors
39+
40+ Licensed under the Apache License, Version 2.0 (the "License");
41+ you may not use this file except in compliance with the License. You may obtain a copy of the License at
42+
43+ http://www.apache.org/licenses/LICENSE-2.0
44+
45+ Unless required by applicable law or agreed to in writing,
46+ software distributed under the License is distributed on an "AS IS" BASIS,
47+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
48+ See the License for the specific language governing permissions and limitations under the License.
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
2+ # -*- encoding: utf-8 -*-
3+ """
4+ Topic: sample
5+ Desc :
6+ """
7+
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments