摘要: Design a stack which supports the following operations. Implement the CustomStack class: CustomStack(int maxSize) Initializes the object with maxSize  阅读全文
posted @ 2020-03-16 09:05 Schwifty 阅读(252) 评论(0) 推荐(0)
摘要: Given a m * n matrix of distinct numbers, return all lucky numbers in the matrix in any order. A lucky number is an element of the matrix such that it 阅读全文
posted @ 2020-03-16 07:46 Schwifty 阅读(486) 评论(0) 推荐(0)