diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-11-20 22:35:18 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-11-20 22:35:18 +0000 |
commit | 73e2e18839abcbb5f48ff903840e9e6069a5d8fb (patch) | |
tree | 4557cc1f56ee2fb57e35673d595b939eca627e77 /README.org | |
download | algorithms-73e2e18839abcbb5f48ff903840e9e6069a5d8fb.tar.gz algorithms-73e2e18839abcbb5f48ff903840e9e6069a5d8fb.tar.bz2 algorithms-73e2e18839abcbb5f48ff903840e9e6069a5d8fb.zip |
(General)+readme
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..6a272af --- /dev/null +++ b/README.org @@ -0,0 +1,7 @@ +#+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. |