摘要: Design your implementation of the circular double-ended queue (deque). Your implementation should support following operations: MyCircularDeque(k): Co 阅读全文
posted @ 2018-12-21 10:02 轻风舞动 阅读(823) 评论(0) 推荐(0) 编辑
摘要: Design your implementation of the circular queue. The circular queue is a linear data structure in which the operations are performed based on FIFO (F 阅读全文
posted @ 2018-12-21 09:58 轻风舞动 阅读(1178) 评论(0) 推荐(0) 编辑