14 Commits

Author SHA1 Message Date
Aryadev Chavali
964e001dd5 qsort: generate random numbers in hand instead of reading them 2025-10-27 00:29:45 +00:00
Aryadev Chavali
e56169441b Triangle numbers implementation 2024-09-15 14:51:06 +01:00
Aryadev Chavali
97b23e4f71 Add vec to Makefile and change cflags, remove vflags 2024-08-11 22:45:03 +01:00
Aryadev Chavali
4359caa3ca Moved implementations to folder 2024-04-29 15:43:17 +05:30
Aryadev Chavali
d30043274d (*)~fixed makefile clean recipe 2023-07-10 14:15:23 +01:00
Aryadev Chavali
b8b541efbc (*)+bsearch to makefile recipes, +ignoring *.txt files 2023-07-10 14:12:31 +01:00
Aryadev Chavali
5c928bc8c7 (Makefile)~modified to be slightly more agnostic
I'm going to add recipes for other language implementations of certain
algorithms so as long as you have the correct background programs it
just requires a make call to run the program.
2023-07-09 16:22:46 +01:00
Aryadev Chavali
dc090ace5f (*)~changed up makefile recipes, cleaned up README 2023-06-25 07:38:39 +01:00
Aryadev Chavali
6d504da381 (*)~reworking this project 2023-06-25 07:33:06 +01:00
Aryadev Chavali
855e38cde4 (General)~extract valgrind memcheck flags to VFLAGS variable 2021-11-23 06:14:06 +00:00
Aryadev Chavali
2808890b2d (General)+ggdb flag to CFLAGS makefile 2021-11-23 06:09:05 +00:00
Aryadev Chavali
868af38c67 (General)~memcheck recipes now has --show-leak-kinds=all 2021-11-23 06:08:44 +00:00
Aryadev Chavali
f8093dceca (btree)+binary tree cpp file with recipes in makefile 2021-11-22 06:22:42 +00:00
Aryadev Chavali
ede2e8bfc0 (General)+makefile for common recipes that I'll use in this project
Just write a few lines and it saves so much time.  Don't try to
automate it too much though.
2021-11-20 22:58:43 +00:00