摘要: [抄题]: Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), determine if a person could attend a 阅读全文
posted @ 2018-04-29 21:50 苗妙苗 阅读(172) 评论(0) 推荐(0)
摘要: [抄题]: An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate 阅读全文
posted @ 2018-04-29 16:58 苗妙苗 阅读(343) 评论(0) 推荐(0)
摘要: [抄题]: You're now a baseball game point recorder. Given a list of strings, each string can be one of the 4 following types: Each round's operation is p 阅读全文
posted @ 2018-04-29 15:51 苗妙苗 阅读(299) 评论(0) 推荐(0)
摘要: [抄题]: You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. Find all the next greater numbers for  阅读全文
posted @ 2018-04-29 09:42 苗妙苗 阅读(148) 评论(0) 推荐(0)