Build software better, together
#
stack-implementation
Here are 14 public repositories matching this topic...
It contains the implementation of some data stuctures i learned ;)
-
Updated
Nov 4, 2020 - C++
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.
-
Updated
Aug 15, 2024 - Java
Versatile project that allows dynamic stack creation for any data type without arrays, enhanced for ease of use and adding of new types
-
Updated
Nov 24, 2023 - C
Implements Stack Data structure in Android studio with kotlin as back end
-
Updated
Jul 30, 2023 - Kotlin
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.
-
Updated
Dec 2, 2022 - C
This explains the implementation of various data structures
-
Updated
Dec 28, 2022 - Java
It's all about stacks. Here, I explained PUSH, POP, PEEK and DISPLAY operation of stack in STACKS_VITALOPERATIONS file.
-
Updated
Jul 3, 2023 - C
This repository contains implementations of data structures in C++.
-
Updated
Jul 12, 2024 - C++
C++ code Implementation a template-based stack using a singly linked list. Extra Global Functions: 1)StringReverse() 2)IsBalanced()
-
Updated
Jun 12, 2022 - C++
stack c implementation , stack application infix to postfix and postfix to infix
-
Updated
Mar 19, 2023 - C
Calculate an arithmetic operation using operand and operator stacks. Arithmetic operation is given in string format.
-
Updated
Jun 6, 2019 - C
Assignment from CS62 Data Structures & Advanced Programming @ Pomona College
-
Updated
Mar 23, 2023 - Java
Projects for "Algorithms & Data Structures" course @ Gdańsk University of Technology.
-
Updated
Mar 23, 2026 - C++
Program in C that sort a pile using another pile
-
Updated
Jun 13, 2024 - C
Improve this page
Add a description, image, and links to the stack-implementation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stack-implementation topic, visit your repo's landing page and select "manage topics."