From dc090ace5f0f1f07dbd6be6b7aa7b7e35a7a7f9a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 25 Jun 2023 07:38:39 +0100 Subject: (*)~changed up makefile recipes, cleaned up README --- README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 6a272af..d8abb2b 100644 --- a/README.org +++ b/README.org @@ -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++. -- cgit v1.2.3-13-gbd6f