8000 new readme! · AllAlgorithms/python@c653a83 · GitHub
[go: up one dir, main page]

Skip to content

Commit c653a83

Browse files
authored
new readme!
1 parent f5d18af commit c653a83

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<div align="center">
2+
<img width="400" src="http://konpa.github.io/devicon/devicon.git/icons/python/python-original.svg">
3+
<br>
4+
<br>
5+
<img src="https://cdn.abranhe.com/projects/algorithms/algorithms.svg" width="400px">
6+
<br>
7+
<p>All ▲lgorithms implemented in C Python</p>
8+
<a href="https://algorithms.abranhe.com"><img src="https://img.shields.io/badge/All-%E2%96%B2llgorithms-700606.svg"></a>
9+
<a href="https://github.com/abranhe/algorithms/blob/master/LICENSE"><img src="https://img.shields.io/github/license/abranhe/algorithms.svg" /></a>
10+
<a href="https://cash.me/$abranhe"><img src="https://cdn.abraham.gq/badges/cash-me.svg"></a>
11+
<a href="https://www.patreon.com/abranhe"><img src="https://cdn.abraham.gq/badges/patreon.svg" /></a>
12+
<a href="https://paypal.me/abranhe/10"><img src="https://cdn.abraham.gq/badges/paypal.svg" /></a>
13+
<br>
14+
<br>
15+
<a href="https://algorithms.abranhe.com"><code>algorithms.abranhe.com</code></a>
16+
</div>
17+
18+
19+
## Contents
20+
21+
- [Arithmetic Analysis](arithmetic-analysis)
22+
- [Graphs](graphs)
23+
- [Math](math)
24+
- [Ciphers](ciphers)
25+
- [Data Structures](data-structures)
26+
- [Dynamic Programming](dynamic-programming)
27+
- [Hashes](hashes)
28+
- [Searches](searches)
29+
- [Sorting](sorting)
30+
- [Strings](strings)
31+
- [Traversals](traversals)
32+
33+
## License
34+
35+
This work is licensed under a [MIT License](https://github.com/abranhe/algorithms/blob/master/LICENSE)
36+
37+
[![MIT IMG][mit-license]]((https://github.com/abranhe/algorithms/blob/master/LICENSE))
38+
39+
To the extent possible under law, [Carlos Abraham](https://go.abranhe.com/github) has waived all copyright and related or neighboring rights to this work.
40+
41+
42+
[mit-license]: https://cdn.abraham.gq/projects/algorithms/mit-license.png

0 commit comments

Comments
 (0)
0