摘要: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the c... 阅读全文
posted @ 2015-09-15 23:19 xingyi7 阅读(109) 评论(0) 推荐(0) 编辑
摘要: leetcode中的一道题目:【我的解法:】#include "stdafx.h"#include #include using namespace std;class Solution {public: string convert(string s, int numRows) { ... 阅读全文
posted @ 2015-09-15 22:30 xingyi7 阅读(178) 评论(0) 推荐(0) 编辑