Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
COMMITS
October 11, 2025
P
style: remove interaction with the user (#3009)
Piotr Idzik committed
October 1, 2025
R
ci: fix permissions issue with approved-label (#3017)
realstealthninja committed
R
ci: use a different action forlabelling on pr approval. (#3016)
realstealthninja committed
R
correct grammar and wording in contribution guidelines (#3012)
Rudra Pratap Singh committed
September 27, 2025
R
ci: bump codeql to v3 (#3008)
realstealthninja committed
R
chore: fix file formatter (#3007)
realstealthninja committed
P
style: remove interaction with the user (#3006)
Piotr Idzik committed
R
Fix: use uint64_t for input and counter in countSetBits (#3003)
Rudra Pratap Singh committed
September 26, 2025
P
fix: handle wrong inputs in `postfix_evaluation` (#3005)
Piotr Idzik committed
September 25, 2025
P
refactor: input size should not be a template argument in `postfix_evaluation` (#2996)
Piotr Idzik committed
September 24, 2025
V
Added a bit manipulation program to determine even or odd numbers (#2959)
Vedant Mukhedkar committed
September 10, 2025
P
fix: remove potential segv from `postfix_evaluation.cpp` (#2995)
Piotr Idzik committed
September 5, 2025
P
fix: remove potential segmentation fault from `factorial_memoization.cpp` (#2994)
Piotr Idzik committed
September 4, 2025
9
doc: fix a typo in ccl.h(#2993)
9santa committed
P
style: remove unused variable (#2991)
Piotr Idzik committed
September 1, 2025
P
style: resolve `-Wunused-parameter` (#2990)
Piotr Idzik committed
August 24, 2025
R
doc: update versions in readme (#2987)
realstealthninja committed
August 23, 2025
V
feat: Add memoized version of factorial (#2964)
Vedant Mukhedkar committed
August 22, 2025
R
ci: add pull_request write permission (#2985)
realstealthninja committed
August 19, 2025
K
chore: make acceleration due to gravity a constexpr (#2982)
kaushal sawariya committed
August 18, 2025
P
fix: initialise `key` to avoid undefined behaviour (#2984)
Piotr Idzik committed
August 17, 2025
A
feat: add algorithm to find the number of paths in a graph using DFS (#2815)
Aditya Borate committed
P
fix: use strict inequality to avoid `containerOutOfBounds` (#2981)
Piotr Idzik committed
August 16, 2025
G
docs: update DIRECTORY.md (#2980)
github-actions[bot] committed
P
fix: resize `array` to avoid `arrayIndexOutOfBounds` (#2979)
Piotr Idzik committed
August 15, 2025
K
feat: implement optimized two-pointer approach for trapping rainwater (#2975) (#2976)
Kanav Goyal committed
R
chore: try to comply to C++20 (#2978)
realstealthninja committed
P
chore: sort subdirectories (#2949)
Piotr Idzik committed
P
style: resolve `-Wreorder` (#2950)
Piotr Idzik committed
J
Fixed name space problem by removing using namespace std (#2966)
Jonas Vautherin committed