题目: Given a string, find the length of the longest
substring without repeating characters. For example, the longest substring
without repeating letter...
分类:
其他好文 时间:
2014-04-30 21:15:32
阅读次数:
511
Hide demoDownloadIn this article I’m going to
explain how to create Google combo chart example with database in ASP.NET.
Google charts allows you ...
分类:
数据库 时间:
2014-04-30 02:56:31
阅读次数:
775
Given a matrix ofmxnelements (mrows,ncolumns),
return all elements of the matrix in spiral order.For example,Given the
following matrix:[ [ 1, 2, 3 ],...
分类:
其他好文 时间:
2014-04-29 10:37:46
阅读次数:
434
Problem illustration:given a n*n matrix, print
its transition, for example , 90 degree clockwise,using only constant additional
spaceanalysis:using O(...
分类:
其他好文 时间:
2014-04-28 03:22:07
阅读次数:
513
Given two binary strings, return their sum
(also a binary string).For example,a ="11"b
="1"Return"100".给定两个二进制的字符串,返回他们的和。对于a,b两个二进制字符串,首先通过交换使a的长度小于b...
分类:
其他好文 时间:
2014-04-28 02:05:20
阅读次数:
502
□ 只读属性public class Example { string name; public
string Name { get {return name;} } }□ 只写属性public class Example { string ...
分类:
其他好文 时间:
2014-04-27 23:34:03
阅读次数:
507
??
1、Binary Tree Postorder Traversal
Given a binary tree, return the postorder traversal of its nodes' values.
For example:
Given binary tree {1,#,2,3},
1
2
/
3
retu...
分类:
其他好文 时间:
2014-04-27 18:58:59
阅读次数:
481
一直想做这样的效果,实现的方法虽然不是很好,但效果还是出来了 UpdateProgress
Example ...
分类:
其他好文 时间:
2014-04-27 17:06:13
阅读次数:
797