摘要: Given an array nums of integers, we need to find the maximum possible sum of elements of the array such that it is divisible by three. Example 1: Inpu 阅读全文
posted @ 2019-11-27 09:16 Schwifty 阅读(874) 评论(0) 推荐(0)
摘要: 1267. Count Servers that Communicate Medium 693FavoriteShare You are given a map of a server center, represented as a m * n integer matrix grid, where 阅读全文
posted @ 2019-11-27 05:26 Schwifty 阅读(240) 评论(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 points. You 阅读全文
posted @ 2019-11-27 04:27 Schwifty 阅读(348) 评论(0) 推荐(0)