LeetCode Day 10 - Min Stack C++ Implementation

Опубликовано: 26 Март 2026
на канале: Errichto Algorithms
26,966
767

This coding interview problem is: implement stack that also support query for minimum element. Can you create such a data structure?
Leetcode holds a 30-day Challenge in April with a new coding interview problem appearing each day, here's contest link: https://leetcode.com/explore/featured...

Subscribe for more educational videos on algorithms, coding interviews and competitive programming.

Github repository: https://github.com/Errichto/youtube
Live streams on 2nd YT channel and on Twitch:    / errichto2   &   / errichto  
FB and Twitter:   / errichto   &   / errichto  
Frequently Asked Questions: https://github.com/Errichto/youtube/w...

#Coding #Programming