Leetcode 71 Simplify Path (Medium)
Question Link : https://leetcode.com/problems/simplify-path/ After reading the question , the first intution is for using stack as appropriate data structure There are two possiblities either you do interate character by character or split the str...
Feb 6, 20211 min read98

