technojam / Ultimate_Algorithms_Repository

This is a collection of Data Structures and Algorithms
83 stars 166 forks source link

Added Stack program and its uses #190

Closed dalalvarun closed 4 years ago

dalalvarun commented 4 years ago

I have added the following things:

  1. Stack implementation using array
  2. Stack implementation using Linked List
  3. Multiple Stack
  4. Parenthesis Checker
  5. Infix to Postfix
  6. Infix to Prefix
  7. Prefix evaluation
  8. Postfix Evaluation
Rishabhkapoor commented 4 years ago

Hey @dalalvarun , Please create an issue before making a PR. You can make use of the template we have created for the same.

dalalvarun commented 4 years ago

@Rishabhkapoor Check this out https://github.com/technojam/Ultimate_Algorithms_Repository/pull/206