Leetcode 题解 - Stack
Approach
-
Initialize the stack, either in Stack or ArrayDeque
-
Define the result structure, maybe in Array or Map or StringBuilder
-
Loop through the element based on template
-
Return the result
Questions
转载自:https://juejin.cn/post/7303478778750582810