上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页
摘要: Problem Definition:Divide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.Solution:就是要用加减和位操作之类... 阅读全文
posted @ 2015-08-01 20:38 曾可爱 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given a linked list, swap every two adjacent nodes and return its head. For example,Given 1->2->3->4, you should return the list as... 阅读全文
posted @ 2015-08-01 20:25 曾可爱 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, given n = 3, a ... 阅读全文
posted @ 2015-08-01 20:20 曾可爱 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页