Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-09 | (Makefile)~modified to be slightly more agnostic | Aryadev Chavali | |
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-06-25 | (*)~changed up makefile recipes, cleaned up README | Aryadev Chavali | |
2023-06-25 | (*)~reworking this project | Aryadev Chavali | |
2021-11-23 | (General)~extract valgrind memcheck flags to VFLAGS variable | Aryadev Chavali | |
2021-11-23 | (General)+ggdb flag to CFLAGS makefile | Aryadev Chavali | |
2021-11-23 | (General)~memcheck recipes now has --show-leak-kinds=all | Aryadev Chavali | |
2021-11-22 | (btree)+binary tree cpp file with recipes in makefile | Aryadev Chavali | |
2021-11-20 | (General)+makefile for common recipes that I'll use in this project | Aryadev Chavali | |
Just write a few lines and it saves so much time. Don't try to automate it too much though. |