代码改变世界

Data structure - Stack 小结及leetcode相关题目

2023-10-11 05:26  Johnson_强生仔仔  阅读(10)  评论(0编辑  收藏  举报
Linear data structure - Stack O(1) for push O(1) for pop O(1) for top - Basic skills 先进后出 [LeetCode] 232. Implement Queue using Stacks_Easy tag: stack