摘要: 题目如下: Given a nested list of integers, implement an iterator to flatten it. Each element is either an integer, or a list -- whose elements may also be 阅读全文
posted @ 2019-11-25 10:41 seyjs 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given an array of strings products and a string searchWord. We want to design a system that suggests at most three product names from products a 阅读全文
posted @ 2019-11-25 10:36 seyjs 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 题目如下: You are given a map of a server center, represented as a m * n integer matrix grid, where 1 means that on that cell there is a server and 0 mean 阅读全文
posted @ 2019-11-25 10:30 seyjs 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 题目如下: On a plane there are n points with integer coordinates points[i] = [xi, yi]. Your task is to find the minimum time in seconds to visit all point 阅读全文
posted @ 2019-11-25 10:28 seyjs 阅读(409) 评论(0) 推荐(0) 编辑