(*)~changed up makefile recipes, cleaned up README

This commit is contained in:
2023-06-25 07:38:39 +01:00
parent 6d504da381
commit dc090ace5f
4 changed files with 30 additions and 19 deletions

View File

@@ -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++.