PeanutCoffee / Data-Structures-and-Algorithms

https://wilsonvd.me/DSA/
GNU General Public License v3.0
12 stars 50 forks source link

Design Min Stack in Java (LC 155) #235

Closed godmodevegeta closed 1 year ago

godmodevegeta commented 1 year ago

Design a stack (in Java) that supports push, pop, top, and retrieving the minimum element in constant time.