sanyamjain036 / HacktoberFest2022

In this repository, you can find the solutions (as source code) for the problems in LeetCode.
MIT License
3 stars 61 forks source link

New Solution Added #11

Closed Bhavya0304 closed 1 year ago

Bhavya0304 commented 1 year ago

Leetcode Question 155. Min Stack Solution Added.

This is the easiest solution to this problem

  1. It beats 70% of solutions in Runtime.
  2. It beats 85% of Solutions in Memory Usage.