Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
COMMITS
September 27, 2023
D
feat: use directory workflow from the `scripts` repository (#1278)
David Leal committed
September 8, 2023
D
feat: add Windows CI back (#1290)
David Leal committed
July 19, 2023
R
fix: add missing `include` in CMakeLists #942 (#1285)
Ryan Bevin committed
D
chore: add the linter to a separate Python script (#1272)
David Leal committed
R
chore: update CMake version #1271 (#1284)
Ryan Bevin committed
D
fix: LeetCode directory writer (#1281)
David Leal committed
D
docs: update workflow versions in `README.md` (#1273)
David Leal committed
July 3, 2023
D
chore: add codeowners (#1264)
David Leal committed
June 27, 2023
H
feat: add LeetCode problem 69 (#1259)
hemanth8819 committed
June 23, 2023
D
fix: use correct branch name
David Leal committed
June 20, 2023
E
fix: change list length in `data_structures/list/list.c` (#1265)
Ethan Fredsti committed
June 14, 2023
D
chore: run LeetCode directory writer on `main` only
David Leal committed
June 13, 2023
D
feat: add `dynamic_programming` to CMake lists (#1266)
David Leal committed
D
chore: improve the LeetCode directory writer (#1276)
David Leal committed
June 9, 2023
D
fix: missing `;` in `matrix_chain_order.c`
David Leal committed
June 8, 2023
S
feat: add Dynamic Stack implementation (#1261)
Sahil Kandhare committed
D
feat: label when the build fails (#1254)
David Leal committed
June 2, 2023
S
feat: add Secant Method (#1255)
Samuel Pires committed
May 30, 2023
D
[feat/docs]: improve the binary to decimal algorithm (#1263)
David Leal committed
May 29, 2023
I
feat: improve `conversions/binary_to_decimal.c` (#1262)
Indrranil Pawar committed
May 16, 2023
D
chore: update the CodeQL workflow (#1246)
David Leal committed
May 12, 2023
D
chore: minor LeetCode directory workflow improvements (#1247)
David Leal committed
April 30, 2023
M
feat: added hangman game #967 (#1248)
MRio committed
April 27, 2023
A
feat: add LeetCode problem 434 (#1252)
Aditya Pal committed
D
docs: add self-test examples (#1250)
David Leal committed
April 26, 2023
D
docs: improve contributing guidelines
David Leal committed
April 20, 2023
N
[feat/docs]: improve the Fibonacci algorithm (#1232)
Niranjan committed
April 13, 2023
D
feat: added Affine Cipher (#1245)
dsmurrow committed
D
feat: added extended Euclidean algorithm (#1238)
dsmurrow committed
April 12, 2023
S
feat: Add McNaughton–Yamada–Thompson algorithm (#1241)
Sharon "Cass" Cassidy committed