From 4caad6145ea7aa8d5c040e6f939937b48ec03384 Mon Sep 17 00:00:00 2001 From: Abraham Hernandez Date: Wed, 3 Oct 2018 13:18:12 -0400 Subject: [PATCH] new readme --- readme.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..51f7070 --- /dev/null +++ b/readme.md @@ -0,0 +1,47 @@ +
+ +
+
+ +
+
+

All â–²lgorithms implemented in C Lisp

+ + + + + +
+
+ algorithms.abranhe.com +
+ + +## Contents + +- [Arithmetic Analysis](arithmetic-analysis) +- [File Transfer Protocol](file-transfer-protocol) +- [Greedy Algorithms](greedy-algorithms) +- [Graphs](graphs) +- [Math](math) +- [Neutral Network](neutral-network) +- [Ciphers](ciphers) +- [Data Structures](data-structures) +- [Dynamic Programming](dynamic-programming) +- [Hashes](hashes) +- [Searches](searches) +- [Sorting](sorting) +- [Strings](strings) +- [Traversals](traversals) +- [Others](others) + +## License + +This work is licensed under a [MIT License](https://github.com/abranhe/algorithms/blob/master/LICENSE) + +[![MIT IMG][mit-license]]((https://github.com/abranhe/algorithms/blob/master/LICENSE)) + +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. + + +[mit-license]: https://cdn.abraham.gq/projects/algorithms/mit-license.png