LC 155. Min Stack

https://leetcode.com/problems/min-stack/description/?envType=study-plan-v2&envId=top-interview-150 class MinStack { public: vector<pair<int, int>> st; MinStack() { } void

LC 71. Simplify Path

https://leetcode.com/problems/simplify-path/description/?envType=study-plan-v2&envId=top-interview-150 class Solution { public: string simplifyPath(string path) { int n = path.size(); vector<string&

Episode

00:00:00 00:00:00