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
Age
Commit message (
Expand
)
Author
39 hours
qsort: stack based implementation
HEAD
master
Aryadev Chavali
40 hours
qsort: add another way to read numbers and test
Aryadev Chavali
40 hours
qsort: clean up the implementation (forward walk rather than backward)
Aryadev Chavali
3 days
qsort: generate random numbers in hand instead of reading them
Aryadev Chavali
3 days
bsearch-gen -> num-gen
Aryadev Chavali
3 days
Some cleanup of qsort and vec
Aryadev Chavali
3 days
Fix a bug in pingala.cpp
Aryadev Chavali
3 days
clean up of bsearch
Aryadev Chavali
2025-03-29
Way more inefficient version of pingala with better padding.
Aryadev Chavali
2024-09-15
Clang format in C and C++ mode
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-08-11
Add a TBC solution to leetcode
Aryadev Chavali
2024-08-11
Implementing a vector using memory tricks, TBC
Aryadev Chavali
2024-07-19
Fix up leetcode
Aryadev Chavali
2024-07-17
Fix productexceptself
Aryadev Chavali
2024-07-17
Move qsort.cpp
Aryadev Chavali
2024-07-17
Extracted comparator function into insert caller
Aryadev Chavali
2024-07-17
New file for quicksort algorithm
Aryadev Chavali
2024-07-17
Tons of solutions
Aryadev Chavali
2024-04-29
Moved implementations to folder
Aryadev Chavali
2023-07-10
(*)~fixed makefile clean recipe
Aryadev Chavali
2023-07-10
(bsearch)+algorithm implementation
Aryadev Chavali
2023-07-10
(bsearch)+Elisp script to generate random values in bsearch.txt
Aryadev Chavali
2023-07-10
(*)+bsearch to makefile recipes, +ignoring *.txt files
Aryadev Chavali
2023-07-10
(powerset)+some tests for powerset
Aryadev Chavali
2023-07-09
(powerset)~Common Lisp -> Racket
Aryadev Chavali
2023-07-09
(*)+MIT License
Aryadev Chavali
2023-07-09
(list)+constructor for List, ~cleaned up some code
Aryadev Chavali
2023-07-09
(Makefile)~modified to be slightly more agnostic
Aryadev Chavali
2023-07-09
(btree)+constructor for structure, cleaned up some code
Aryadev Chavali
2023-06-25
(powerset)+lisp program for finding power sets
Aryadev Chavali
2023-06-25
(*)~changed up makefile recipes, cleaned up README
Aryadev Chavali
2023-06-25
(*)~reworking this project
Aryadev Chavali
2021-11-26
(General)~forgot to format my files
Aryadev Chavali
2021-11-23
(btree)+basic main test for insert
Aryadev Chavali
2021-11-23
(btree)+recursive insert algorithm
Aryadev Chavali
2021-11-23
(btree)+struct for binary tree
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-22
(list)+some flavour text for list program output
Aryadev Chavali
2021-11-22
(list)+filter function
Aryadev Chavali
2021-11-22
(list)+reduce function
Aryadev Chavali
2021-11-22
(list)+example for map in main
Aryadev Chavali
2021-11-22
(list)+map function
Aryadev Chavali
2021-11-22
(list)~NULL -> nullptr
Aryadev Chavali
2021-11-21
(list)+recursive reverse algorithm for singly linked lists
Aryadev Chavali
2021-11-21
(list)+general style change, use unary switches for checking null
Aryadev Chavali
[next]