码迷,mamicode.com
首页 >  
搜索关键字:digits    ( 2164个结果
两个链表相加
1 题目 You are giventwo linked lists representing two non-negative numbers. The digits are storedin reverse order and each of their nodes contain a sing ...
分类:其他好文   时间:2016-10-05 15:23:25    阅读次数:155
LeetCode 2. Add Two Numbers
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 single ...
分类:其他好文   时间:2016-10-05 13:15:48    阅读次数:171
Add Two Numbers
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 single ...
分类:其他好文   时间:2016-10-02 21:40:16    阅读次数:127
[LeetCode #7] Reverse integer
Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 ...
分类:其他好文   时间:2016-10-01 12:47:12    阅读次数:113
[LeetCode] NO. 66 Plus One
[题目] Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit ...
分类:其他好文   时间:2016-09-29 17:39:01    阅读次数:134
No.007:Reverse Integer
题目: Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321 官方难度: Easy 翻译: 倒转整数。 例子: 输入123,返回321;输入-123,返回-321。 思路: 1. ...
分类:其他好文   时间:2016-09-27 15:10:01    阅读次数:123
leetcode笔记--6 Add Digits
question: Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the proces ...
分类:其他好文   时间:2016-09-26 21:44:58    阅读次数:191
[LeetCode #2] Add Two Numbers
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 single ...
分类:其他好文   时间:2016-09-24 10:36:14    阅读次数:144
No.002:Add Two Numbers
问题: 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 sin ...
分类:其他好文   时间:2016-09-22 21:26:16    阅读次数:170
2. Add Two Numbers
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 single ...
分类:其他好文   时间:2016-09-22 06:30:33    阅读次数:111
2164条   上一页 1 ... 86 87 88 89 90 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!