码迷,mamicode.com
首页 >  
搜索关键字:same    ( 2737个结果
POJ2488:A Knight's Journey(dfs)
http://poj.org/problem?id=2488DescriptionBackground The knight is getting bored of seeing the same black and white squares again and again and has dec...
分类:其他好文   时间:2014-09-19 20:53:26    阅读次数:192
Leetcode: Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:其他好文   时间:2014-09-19 13:43:05    阅读次数:194
leetcode_num3_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 and the nodes have the same value. 刷题打卡中...
分类:其他好文   时间:2014-09-18 16:33:24    阅读次数:205
Sort Colors
[leetcode]Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.Here, we will use the integers 0, 1, and 2 to represent the color red, white, and...
分类:其他好文   时间:2014-09-18 13:21:43    阅读次数:164
Difference between null and empty String
String s1 = "";means that the emptyStringis assigned tos1. In this case,s1.length()is the same as"".length(), witch will yield0as expected.String s2 =...
分类:其他好文   时间:2014-09-18 06:27:43    阅读次数:161
Summary: Deep Copy vs. Shallow Copy vs. Lazy Copy
Object copyAnobject copyis an action in computing where a data object has itsattributescopied to another object of the same data type. Anobjectis a co...
分类:其他好文   时间:2014-09-18 06:27:33    阅读次数:164
Chapter 7 Delegation and Text Input
Chapter 7 Delegation and Text Input1. Applications can access the same technology that powers those effects by using the UIInterpolatingMotionEffect c...
分类:其他好文   时间:2014-09-17 18:32:12    阅读次数:228
跨域post请求实现方案小结--转
【名词解释】跨域:https://developer.mozilla.org/en-US/docs/JavaScript/Same_origin_policy_for_JavaScript同源策略(注意Network Access这一节):http://www.w3.org/Security/wik...
分类:其他好文   时间:2014-09-17 18:29:02    阅读次数:291
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-09-16 22:03:01    阅读次数:223
systemverilog(3)之Randomize
what to randomize?(1) primary input data 1024; data seedthe same seed results in the same random value(5)constraint blocksconstraint constraint_inden....
分类:其他好文   时间:2014-09-16 08:06:30    阅读次数:707
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!