上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 32 下一页
摘要: 1.题目描述 Given two words (start and end), and a dictionary, find all shortest transformation sequence(s) from start to end, such that: ... 阅读全文
posted @ 2013-08-08 23:13 曾见绝美的阳光 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: 如果只是要找到STL某个容器的用法, 可以参考msdn和C++ Library Reference,msdn 上面的知识点应该是最新的,C++ Library Reference虽古老但是很多经典的容器使用有很多例子,二者可以相互参考,另外,本博客中提到的一些链接也是学习的好材料。 另有一篇文章总结很简洁,可以参考:烂笔头的专栏 一、vector dfsf 二、... 阅读全文
posted @ 2013-08-08 00:30 曾见绝美的阳光 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An ex... 阅读全文
posted @ 2013-08-07 16:50 曾见绝美的阳光 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 一、设计一个只能在栈上分配空间的类 重写类的opeator new 操作,并声明为private,一个大概的代码如下: class StackOnly { public: ... 阅读全文
posted @ 2013-08-05 23:27 曾见绝美的阳光 阅读(552) 评论(0) 推荐(1) 编辑
摘要: 1.题目描述 Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For example, given s = "aab", Return ... 阅读全文
posted @ 2013-08-01 22:57 曾见绝美的阳光 阅读(349) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 32 下一页