codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
202 stars 161 forks source link

Added Stack Operations based on Arrays using the programming language C++ #256

Open Zanark opened 6 years ago

Zanark commented 6 years ago

ISSUE NUMBER

Issue #226

SHORT DESCRIPTION

Added Stack Operations based on Arrays using the programming language C++ along with a README I thought it would be good if we had programs in more languages.. I'll submit a pull request wchich would have Stack operations based on pointers soon because I couldn't find it anywhere in the repo.

TESTING

The C++ file can be executed using any C++ compiler

prateekiiest commented 6 years ago

some tests still failing