摘要: 原题链接在这里:https://leetcode.com/problems/find-common-characters/ 题目: Given an array A of strings made only from lowercase letters, return a list of all c 阅读全文
posted @ 2019-12-10 13:12 Dylan_Java_NYC 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/diagonal-traverse/ 题目: Given a matrix of M x N elements (M rows, N columns), return all elements of the matrix i 阅读全文
posted @ 2019-12-10 12:32 Dylan_Java_NYC 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/friends-of-appropriate-ages/ 题目: Some people will make friend requests. The list of their ages is given and ages 阅读全文
posted @ 2019-12-10 11:57 Dylan_Java_NYC 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/goat-latin/ 题目: A sentence S is given, composed of words separated by spaces. Each word consists of lowercase an 阅读全文
posted @ 2019-12-10 08:44 Dylan_Java_NYC 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/monotonic-array/ 题目: An array is monotonic if it is either monotone increasing or monotone decreasing. An array  阅读全文
posted @ 2019-12-10 08:03 Dylan_Java_NYC 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/ 题目: Given a binary tree, return the vertical order traversal of its n 阅读全文
posted @ 2019-12-10 07:55 Dylan_Java_NYC 阅读(926) 评论(0) 推荐(0) 编辑