
ms set
文章平均质量分 72
zhaobaoxue
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(MS)Design an algorithm to find the maximum subsquare such that all four borders are filled with bla
Imagine there is a square matrix with n x n cells. Each cell is either filled with a black pixel or a white pixel. Design an algorithm to find the maximum Subsquare such that all four borders are fill转载 2014-10-19 10:02:58 · 593 阅读 · 0 评论 -
Count index of sequence of words
problem source: http://www.careercup.com/question?id=21117662原创 2014-10-19 11:37:28 · 505 阅读 · 0 评论 -
find the N-th node In Inorder
1. Write a function that returns a node in a tree given two parameters: pointer to the root node and the in order traversal number of the node we want to return. The only information stored in the原创 2014-10-21 15:38:09 · 461 阅读 · 0 评论