Projects in Awesome Lists tagged with stack-implementation
A curated list of projects in awesome lists tagged with stack-implementation .
https://github.com/basemax/stackc
This is a simple stack implementation in C, using an array as the underlying data structure. It's possible to resize the stack, and it's possible to set the initial size of the stack.
c c-stack data-structure datastructure stack stack-c stack-implementation
Last synced: 16 Jul 2025
https://github.com/silent0wings/arithmetic-calculator-using-custom-stack-implementation
This project implements an arithmetic calculator capable of parsing and evaluating mathematical expressions using a custom stack data structure. The calculator handles various arithmetic operations and parentheses, providing accurate results for complex expressions.
algorithm arithmetic-calculator calculator coding-practice custom-data-structure custom-stack data-structures expression-evaluation java math-operations math-tool programming reverse-polish-notation software-development stack-implementation
Last synced: 01 Mar 2025
https://github.com/jakubkorytko/custom-stack
Versatile project that allows dynamic stack creation for any data type without arrays, enhanced for ease of use and adding of new types
mit-license open-source stack-implementation visual-studio
Last synced: 01 Mar 2025