GitHub topics: stack-implementation
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.
Language: Java - Size: 153 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ayesha-enayat/DSA
This repository contains implementations of data structures and algorithms in C++.
Language: C++ - Size: 173 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

lanzaj/push_swap
Program in C that sort a pile using another pile
Language: C - Size: 70.3 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

fzehracetin/arithmetic-operation-calculator-using-two-stacks
Calculate an arithmetic operation using operand and operator stacks. Arithmetic operation is given in string format.
Language: C - Size: 453 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

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
Language: C - Size: 486 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dubeyji0110/DataStructures
It contains the implementation of some data stuctures i learned ;)
Language: C++ - Size: 1.29 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

RushiMayur/stack-implementation-android
Implements Stack Data structure in Android studio with kotlin as back end
Language: Kotlin - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Nanarow/Stack-Application-C
stack c implementation , stack application infix to postfix and postfix to infix
Language: C - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AnanyaDas162/STACK-PROBLEM
It's all about stacks. Here, I explained PUSH, POP, PEEK and DISPLAY operation of stack in STACKS_VITALOPERATIONS file.
Language: C - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

charlzspice/Data-structures-
This explains the implementation of various data structures
Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

krca2021/cs62TextCalculator
Assignment from CS62 Data Structures & Advanced Programming @ Pomona College
Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 20.5 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

abdullahsattaar/Stack-Implementation-using-Singly-Linked-List
C++ code Implementation a template-based stack using a singly linked list. Extra Global Functions: 1)StringReverse() 2)IsBalanced()
Language: C++ - Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
