index
:
algorithms
master
Terrible repository for common algorithms
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Collapse
)
Author
3 days
qsort: generate random numbers in hand instead of reading them
Aryadev Chavali
2024-09-15
Triangle numbers implementation
Aryadev Chavali
2024-08-11
Add vec to Makefile and change cflags, remove vflags
Aryadev Chavali
2024-04-29
Moved implementations to folder
Aryadev Chavali
2023-07-10
(*)~fixed makefile clean recipe
Aryadev Chavali
2023-07-10
(*)+bsearch to makefile recipes, +ignoring *.txt files
Aryadev Chavali
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.