diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-06-25 07:38:39 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-06-25 07:38:39 +0100 |
commit | dc090ace5f0f1f07dbd6be6b7aa7b7e35a7a7f9a (patch) | |
tree | 4c9b06028e51da087bb41c2aaee0b8ad0c1bea5a /README.org | |
parent | 6d504da381d07115e7bc47b07276ba9105c541c0 (diff) | |
download | algorithms-dc090ace5f0f1f07dbd6be6b7aa7b7e35a7a7f9a.tar.gz algorithms-dc090ace5f0f1f07dbd6be6b7aa7b7e35a7a7f9a.tar.bz2 algorithms-dc090ace5f0f1f07dbd6be6b7aa7b7e35a7a7f9a.zip |
(*)~changed up makefile recipes, cleaned up README
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,6 @@ #+title: Algorithms #+author: Aryadev Chavali -Common algorithms in C/C++/Python depending on which one is the -nicest/makes the most sense to use. This will include random maths -stuff as well, such as making supporting mechanisms for, say, the use -of group semantics. +Common algorithms and data structures, written in any language I +want. Currently there's an implementation for binary trees and singly +linked lists in C++. |