摘要: 原题链接在这里:https://leetcode.com/problems/next-greater-element-ii/ 题目: Given a circular array (the next element of the last element is the first element o 阅读全文
posted @ 2017-03-29 08:03 Dylan_Java_NYC 阅读(330) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/next-greater-element-i/description/ 题目: You are given two arrays (without duplicates) nums1 and nums2 where nums 阅读全文
posted @ 2017-03-29 07:43 Dylan_Java_NYC 阅读(686) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/keyboard-row/#/description 题目: Given a List of words, return the words that can be typed using letters of alphab 阅读全文
posted @ 2017-03-29 05:58 Dylan_Java_NYC 阅读(808) 评论(0) 推荐(0)