摘要: 题目描述:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a si... 阅读全文
posted @ 2015-06-05 20:06 小金乌会发光-Z&M 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Reverse IntegerReverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about th... 阅读全文
posted @ 2015-06-05 00:12 小金乌会发光-Z&M 阅读(234) 评论(0) 推荐(0) 编辑