摘要: 原题链接在这里:https://leetcode.com/problems/design-circular-deque/ 题目: Design your implementation of the circular double-ended queue (deque). Your implement 阅读全文
posted @ 2019-12-22 12:12 Dylan_Java_NYC 阅读(452) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/design-circular-queue/ 题目: Design your implementation of the circular queue. The circular queue is a linear data 阅读全文
posted @ 2019-12-22 11:51 Dylan_Java_NYC 阅读(421) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/remove-outermost-parentheses/ 题目: A valid parentheses string is either empty (""), "(" + A + ")", or A + B, wher 阅读全文
posted @ 2019-12-22 08:20 Dylan_Java_NYC 阅读(436) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/defanging-an-ip-address/ 题目: Given a valid (IPv4) IP address, return a defanged version of that IP address. A de 阅读全文
posted @ 2019-12-22 07:30 Dylan_Java_NYC 阅读(364) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/find-pivot-index/ 题目: Given an array of integers nums, write a method that returns the "pivot" index of this arr 阅读全文
posted @ 2019-12-22 04:08 Dylan_Java_NYC 阅读(352) 评论(0) 推荐(0)