DSA icon indicating copy to clipboard operation
DSA copied to clipboard

Added Stack implementation.

Open manishdait opened this issue 2 years ago • 2 comments

PR Checklist:

  • [x] My submission is formatted according to the guidelines in the contributing guide
  • [x] My addition is on refer on the language README.md file
  • [x] My addition does not have a spelling problem
  • [x] My submission has a proper and user-friendly description of the algorithm
  • [ ] My submission has the time complexity of the algorithm
  • [ ] My submission has sample input-output of the program (NOT FOR PYTHON)

What kind of change does this PR introduce? (check at least one)

  • [ ] Bugfix
  • [x] New algorithm
  • [ ] Optimization in previous algorithms
  • [ ] Code style update
  • [ ] Refactor
  • [ ] Documentation
  • [ ] Other, please describe:

Briefly describe the changes in this PR

Added Stack implementation with generics.

Other information:

Added Implementation for stack.

manishdait avatar Jul 05 '23 10:07 manishdait

#952

manishdait avatar Jul 05 '23 10:07 manishdait

@ming-tsai Please review my pr and suggest the changes.

manishdait avatar Jul 05 '23 10:07 manishdait