上一页 1 2 3 4 5 6 7 ··· 20 下一页
摘要: Problem:This is afollow upofShortest Word Distance. The only difference is now you are given the list of words and your method will be calledrepeatedl... 阅读全文
posted @ 2015-09-14 00:09 airforce 阅读(183) 评论(0) 推荐(0)
摘要: Problem:Given an array of meeting time intervals consisting of start and end times[[s1,e1],[s2,e2],...](si= min_heap.peek()) { min_heap.poll(); ... 阅读全文
posted @ 2015-09-13 12:02 airforce 阅读(1140) 评论(0) 推荐(0)
摘要: Problem:Given an array of meeting time intervals consisting of start and end times[[s1,e1],[s2,e2],...](si interval_sort = new Comparator() { @Over... 阅读全文
posted @ 2015-09-13 10:11 airforce 阅读(536) 评论(0) 推荐(0)
摘要: Problem:A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).Find all strobogrammatic numbers tha... 阅读全文
posted @ 2015-09-13 09:18 airforce 阅读(747) 评论(0) 推荐(0)
摘要: Problem:There are a row ofnhouses, each house can be painted with one of thekcolors. The cost of painting each house with a certain color is different... 阅读全文
posted @ 2015-09-13 06:20 airforce 阅读(3268) 评论(0) 推荐(0)
摘要: Problem:There are a row ofnhouses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a ... 阅读全文
posted @ 2015-09-13 04:41 airforce 阅读(666) 评论(0) 推荐(0)
摘要: Problem:Given a positive integern, find the least number of perfect square numbers (for example,1, 4, 9, 16, ...) which sum ton.For example, givenn=12... 阅读全文
posted @ 2015-09-12 11:15 airforce 阅读(361) 评论(0) 推荐(0)
摘要: Problem:Given an array ofnintegersnumsand atarget, find the number of index tripletsi, j, kwith0 ret = new ArrayList (); ret.add(0); Ar... 阅读全文
posted @ 2015-09-12 07:37 airforce 阅读(555) 评论(0) 推荐(0)
摘要: Problem:Givennnodes labeled from0ton - 1and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges m... 阅读全文
posted @ 2015-09-12 05:25 airforce 阅读(488) 评论(0) 推荐(0)
摘要: Problem:Design an algorithm to encodea list of stringstoa string. The encoded string is then sent over the network and is decoded back to the original... 阅读全文
posted @ 2015-09-11 07:29 airforce 阅读(788) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 20 下一页