码迷,mamicode.com
首页 >  
搜索关键字:must be owned    ( 3921个结果
Leetcode: Reorder List
Given a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the nodes' values.For e...
分类:其他好文   时间:2014-09-07 13:27:15    阅读次数:230
HDOJ What is your grade?
题目:Problem Description“Point, point, life of student!”This is a ballad(歌谣)well known in colleges, and you must care about your score in this exam too....
分类:其他好文   时间:2014-09-07 10:57:54    阅读次数:257
Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the c...
分类:其他好文   时间:2014-09-06 16:04:13    阅读次数:191
Parcelable与Serializable接口的用法和区别
1. Parcelable接口Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ...
分类:其他好文   时间:2014-09-06 15:58:13    阅读次数:287
leetcode - Reorder List
Given a singly linked listL:L0→L1→…→Ln-1→Ln,reorder it to:L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the nodes' values.For exam...
分类:其他好文   时间:2014-09-06 12:20:43    阅读次数:223
Leetcode: Subsets II
Given a collection of integers that might contain duplicates, S, return all possible subsets.Note:Elements in a subset must be in non-descending order...
分类:其他好文   时间:2014-09-06 07:32:22    阅读次数:239
Python字典实现
Python dictionaries are implemented ashash tables.Hash tables must allow forhash collisionsi.e. even if two keys have same hash value, the implementat...
分类:编程语言   时间:2014-09-05 22:21:42    阅读次数:607
Printer Print Queue
PrinterServer:在打印服务器上管理打印队列。 1 // Create a PrintServer 2 // "theServer" must be a print server to which the user has full print access. 3 PrintServer ...
分类:其他好文   时间:2014-09-05 18:07:31    阅读次数:260
【LeetCode】Candy 解题报告
There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following requirements: Each child must have at least on...
分类:其他好文   时间:2014-09-04 23:43:20    阅读次数:184
Leetcode-Valid Parentheses
Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must close in the correct ...
分类:其他好文   时间:2014-09-03 22:29:47    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!