aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-15Clang format in C and C++ modeHEADmasterAryadev Chavali
2024-09-15Triangle numbers implementationAryadev Chavali
2024-08-11Add vec to Makefile and change cflags, remove vflagsAryadev Chavali
2024-08-11Add a TBC solution to leetcodeAryadev Chavali
2024-08-11Implementing a vector using memory tricks, TBCAryadev Chavali
2024-07-19Fix up leetcodeAryadev Chavali
2024-07-17Fix productexceptselfAryadev Chavali
2024-07-17Move qsort.cppAryadev Chavali
2024-07-17Extracted comparator function into insert callerAryadev Chavali
2024-07-17New file for quicksort algorithmAryadev Chavali
2024-07-17Tons of solutionsAryadev Chavali
2024-04-29Moved implementations to folderAryadev Chavali
2023-07-10(*)~fixed makefile clean recipeAryadev Chavali
2023-07-10(bsearch)+algorithm implementationAryadev Chavali
2023-07-10(bsearch)+Elisp script to generate random values in bsearch.txtAryadev Chavali
2023-07-10(*)+bsearch to makefile recipes, +ignoring *.txt filesAryadev Chavali
2023-07-10(powerset)+some tests for powersetAryadev Chavali
2023-07-09(powerset)~Common Lisp -> RacketAryadev Chavali
2023-07-09(*)+MIT LicenseAryadev Chavali
2023-07-09(list)+constructor for List, ~cleaned up some codeAryadev Chavali
2023-07-09(Makefile)~modified to be slightly more agnosticAryadev Chavali
2023-07-09(btree)+constructor for structure, cleaned up some codeAryadev Chavali
2023-06-25(powerset)+lisp program for finding power setsAryadev Chavali
2023-06-25(*)~changed up makefile recipes, cleaned up READMEAryadev Chavali
2023-06-25(*)~reworking this projectAryadev Chavali
2021-11-26(General)~forgot to format my filesAryadev Chavali
2021-11-23(btree)+basic main test for insertAryadev Chavali
2021-11-23(btree)+recursive insert algorithmAryadev Chavali
2021-11-23(btree)+struct for binary treeAryadev Chavali
2021-11-23(General)~extract valgrind memcheck flags to VFLAGS variableAryadev Chavali
2021-11-23(General)+ggdb flag to CFLAGS makefileAryadev Chavali
2021-11-23(General)~memcheck recipes now has --show-leak-kinds=allAryadev Chavali
2021-11-22(btree)+binary tree cpp file with recipes in makefileAryadev Chavali
2021-11-22(list)+some flavour text for list program outputAryadev Chavali
2021-11-22(list)+filter functionAryadev Chavali
2021-11-22(list)+reduce functionAryadev Chavali
2021-11-22(list)+example for map in mainAryadev Chavali
2021-11-22(list)+map functionAryadev Chavali
2021-11-22(list)~NULL -> nullptrAryadev Chavali
2021-11-21(list)+recursive reverse algorithm for singly linked listsAryadev Chavali
2021-11-21(list)+general style change, use unary switches for checking nullAryadev Chavali
2021-11-20(General)+makefile for common recipes that I'll use in this projectAryadev Chavali
2021-11-20(list)+destructor function in structAryadev Chavali
2021-11-20(list)+first test with appends and outputAryadev Chavali
2021-11-20(list)+simple output mechanism via C++ streamsAryadev Chavali
2021-11-20(list)~struct List is not necessaryAryadev Chavali
2021-11-20(list)+list.cpp fileAryadev Chavali
2021-11-20(General)+readmeAryadev Chavali