码迷,mamicode.com
首页 >  
搜索关键字:median of two sor    ( 12209个结果
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 ...
分类:其他好文   时间:2014-10-23 22:15:45    阅读次数:130
Power Strings (poj 2406 KMP)
Language:Power StringsTime Limit:3000MSMemory Limit:65536KTotal Submissions:33205Accepted:13804DescriptionGiven two strings a and b we define a*b to b...
分类:其他好文   时间:2014-10-23 20:41:22    阅读次数:215
LeetCode Add Binary |My Solution
Given two binary strings, return their sum (also a binary string). For example, a = "11" b = "1" Return "100". Show Tags Have you been asked this question in an interview?  ...
分类:其他好文   时间:2014-10-23 17:47:23    阅读次数:229
LeeCode--Two Sum
LeeCode上的题目...
分类:其他好文   时间:2014-10-23 16:28:29    阅读次数:164
LeetCode--Same Tree
Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical an...
分类:其他好文   时间:2014-10-23 11:56:21    阅读次数:221
Operators
// -Operators can be roughly classified into three categories:// -Unary — Act on single operands// -Binary — Act on two operands// -Ternary — Act on t...
分类:其他好文   时间:2014-10-22 21:55:03    阅读次数:222
Namespaces
Namespaces are heavily used in C# programming in two ways.First, the .NET Framework uses namespaces to organize its many classes, as follows:System.Co...
分类:其他好文   时间:2014-10-22 21:40:57    阅读次数:197
[002] delete_duplication_of_linked_list
[Description] Given a unsort linked list, delete all the duplication from them, no temporary space permission.[Thought] Set two points, from head to t...
分类:其他好文   时间:2014-10-22 17:17:58    阅读次数:120
TO THE MAX
http://acm.sdibt.edu.cn/JudgeOnline/problem.php?id=1207 Time Limit: 1 Sec  Memory Limit: 64 MB Submit: 6  Solved: 6 [Submit][STATUS][DISCUSS] Description Given a two-dimensional array of po...
分类:其他好文   时间:2014-10-22 14:38:44    阅读次数:274
【MongoDB】The connection between two tables
In mongoDB, there are two general way to connect with two tables. Manual Connection and use DBRef 1. Basically manual connection  Firstly init the data which was saved in the different collections....
分类:数据库   时间:2014-10-22 06:28:15    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!