div-bargali / Data-Structures-and-Algorithms

Data Structures and Algorithms implemented In Python, C, C++, Java or any other languages. Aimed to help strengthen the concepts of DSA. Give a Star 🌟 if it helps you.
MIT License
270 stars 394 forks source link

Stack and its real life applications #839

Closed dalalvarun closed 3 years ago

dalalvarun commented 4 years ago

Stack and its real life applications

Stack implementation using array

Stack implementation using Linked List

Multiple Stack

Parenthesis Checker

Infix to Postfix

Infix to Prefix

Prefix evaluation

Postfix Evaluation

Write here what you have changed in codebase

838

Self Check(Tick After Making pull Request)

This wasn't assigned to me. But I have a PR lined up.

div-bargali commented 4 years ago

@dalalvarun Your implementation code is in the wrong directory.