摘要: Given a reference of a node in a connected undirected graph, return a deep copy (clone) of the graph. Each node in the graph contains a val (int) and 阅读全文
posted @ 2015-02-02 13:56 Grandyang 阅读(22301) 评论(15) 推荐(1)
摘要: 刷题必备书籍:Cracking the Coding Interview: 150 Programming Questions and Solutions简历:The Google Resume: How to Prepare for a Career and Land a Job at Apple... 阅读全文
posted @ 2015-02-02 09:59 Grandyang 阅读(2045) 评论(1) 推荐(0)
摘要: There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it cost 阅读全文
posted @ 2015-02-02 09:19 Grandyang 阅读(21638) 评论(6) 推荐(2)
Fork me on GitHub