HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 42 forks source link

Update README.md for Stack #134

Closed ashmeet-ashmeet closed 2 years ago

ashmeet-ashmeet commented 2 years ago

What is the change?

Added Documentation for Stack. It consists of basic operations like insertion, deletion, displaying elements, checking for empty stack. Besides, there's implementation, using both linked list and array.

Related issue?

closes: #121

Checklist:

Before you create this PR, confirm all the requirements listed below by checking the checkboxes [x]: