码迷,mamicode.com
首页 >  
搜索关键字:appear    ( 1294个结果
leetcode Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 ->...
分类:其他好文   时间:2014-12-24 07:38:48    阅读次数:155
Leetcode: Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 ->...
分类:其他好文   时间:2014-12-23 13:47:09    阅读次数:158
Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 ->...
分类:其他好文   时间:2014-12-23 11:54:44    阅读次数:186
leetcode 154: Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 1 -> A 2 -> B 3 -> C ... 26 -> Z 27 -> AA 28 -> AB Credits: S...
分类:其他好文   时间:2014-12-23 10:36:57    阅读次数:116
Remove Duplicates from Sorted List leetcode
Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1->1->2->3->3, return 1->2->3. 题目意思为删除链表中重复的元素 思路: ...
分类:其他好文   时间:2014-12-22 22:51:16    阅读次数:191
LeetCode Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 ->...
分类:其他好文   时间:2014-12-22 22:30:05    阅读次数:211
Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 1 -> A 2 -> B 3 -> C ... 26 -> Z 27 -> AA 28 -> AB Credits...
分类:其他好文   时间:2014-12-22 19:40:49    阅读次数:151
leetcode----------Remove Duplicates from Sorted Array
题目Remove Duplicates from Sorted Array通过率31.9%难度EasyGiven a sorted array, remove the duplicates in place such that each element appear onlyonceand retu...
分类:其他好文   时间:2014-12-22 17:32:35    阅读次数:165
LeetCode--Remove Duplicates from Sorted Array
题目: Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must do this in place w...
分类:其他好文   时间:2014-12-21 22:08:30    阅读次数:178
leetcode----------Remove Duplicates from Sorted List
题目Remove Duplicates from Sorted List通过率34.4%难度EasyGiven a sorted linked list, delete all duplicates such that each element appear onlyonce.For example...
分类:其他好文   时间:2014-12-21 20:38:34    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!