◐ Shell
clean mode source ↗

Build software better, together

#

stack-implementation

Star

Here are 14 public repositories matching this topic...

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

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

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

C++ code Implementation a template-based stack using a singly linked list. Extra Global Functions: 1)StringReverse() 2)IsBalanced()

  • Updated Jun 12, 2022
  • C++

Calculate an arithmetic operation using operand and operator stacks. Arithmetic operation is given in string format.

  • Updated Jun 6, 2019
  • 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.

Curate this topic

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."

Learn more