Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
COMMITS
/ data_structures/stack_using_array.cpp August 15, 2025
P
style: resolve `-Wreorder` (#2950)
Piotr Idzik committed
September 1, 2024
S
Rework on Stack Array Data Structure (#2683)
SOZEL committed
October 2, 2020
P
Updated stack_using_array.cpp (#1137)
pratamjain committed
June 24, 2020
P
feat: Add exit option
Panquesito7 committed
June 23, 2020
P
docs: Change variable name
Panquesito7 committed
P
fix: Use delete[] operator
Panquesito7 committed
P
fix: Release allocated memory
Panquesito7 committed
P
fix: Various LGTM fixes
Panquesito7 committed
June 19, 2020
K
Major rework to improve code quality and add automation checks (#805)
Krishna Vedala committed