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...
kumarpallav.dev1 min read