随笔分类 - 笔试/面试
摘要:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the c...
阅读全文
摘要:leetcode中的一道题目:【我的解法:】#include "stdafx.h"#include #include using namespace std;class Solution {public: string convert(string s, int numRows) { ...
阅读全文

浙公网安备 33010602011771号