qingcheng奕  

2014年8月19日

摘要: 第三种方法为位运算的方法。位运算符: #include #include #include #include using namespace std;//时间 O(n) 空间 O(1)bool hasSame(string str){ if(str.size() == 0 ) r... 阅读全文
posted @ 2014-08-19 11:26 qingcheng奕 阅读(240) 评论(0) 推荐(0) 编辑
 
摘要: https://oj.leetcode.com/problems/word-ladder-ii/啊,终于过了class Solution {public: vector > findLadders(string start, string end, unordered_set &dict) {... 阅读全文
posted @ 2014-08-19 10:32 qingcheng奕 阅读(162) 评论(0) 推荐(0) 编辑