Skip to content

Commit b34aefa

Browse files
authored
Merge pull request #2 from AllAlgorithms/new-readme
create new readme
2 parents 5963e88 + d57b9bc commit b34aefa

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

readme.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<div align="center">
2+
<img width="400" height="270" src="https://cdn.svgporn.com/logos/lua.svg" alt="Lua Logo">
3+
<br>
4+
<br>
5+
<img src="https://cdn.abranhe.com/projects/algorithms/algorithms.svg" width="400px">
6+
<br>
7+
<br>
8+
<p>All ▲lgorithms implemented in Lua</p>
9+
<a href="https://algorithms.abranhe.com"><img src="https://img.shields.io/badge/All-%E2%96%B2llgorithms-700606.svg"></a>
10+
<a href="https://github.com/abranhe/algorithms/blob/master/LICENSE"><img src="https://img.shields.io/github/license/abranhe/algorithms.svg" /></a>
11+
<a href="https://cash.me/$abranhe"><img src="https://cdn.abraham.gq/badges/cash-me.svg"></a>
12+
<a href="https://www.patreon.com/abranhe"><img src="https://cdn.abraham.gq/badges/patreon.svg" /></a>
13+
<a href="https://paypal.me/abranhe/10"><img src="https://cdn.abraham.gq/badges/paypal.svg" /></a>
14+
<br>
15+
<br>
16+
<a href="https://algorithms.abranhe.com"><code>algorithms.abranhe.com</code></a>
17+
</div>
18+
19+
20+
## Contents
21+
22+
- [Arithmetic Analysis](arithmetic-analysis)
23+
- [File Transfer Protocol](file-transfer-protocol)
24+
- [Greedy Algorithms](greedy-algorithms)
25+
- [Graphs](graphs)
26+
- [Math](math)
27+
- [Neutral Network](neutral-network)
28+
- [Ciphers](ciphers)
29+
- [Data Structures](data-structures)
30+
- [Dynamic Programming](dynamic-programming)
31+
- [Hashes](hashes)
32+
- [Searches](searches)
33+
- [Sorting](sorting)
34+
- [Strings](strings)
35+
- [Traversals](traversals)
36+
- [Others](others)
37+
38+
## License
39+
40+
This work is licensed under a [MIT License](https://github.com/abranhe/algorithms/blob/master/LICENSE)
41+
42+
[![MIT IMG][mit-license]]((https://github.com/abranhe/algorithms/blob/master/LICENSE))
43+
44+
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.
45+
46+
47+
[mit-license]: https://cdn.abraham.gq/projects/algorithms/mit-license.png

0 commit comments

Comments
 (0)