上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: vector排序 sort (vct.begin(), vat.end()) 阅读全文
posted @ 2021-03-11 11:03 RougeBW 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 标准 语言 地址 思路 注释写好 代码done 15 // c with stl(c++) // 15 // https://leetcode-cn.com/problems/3sum/ // 先排序,然后找,符合的就加入答案 class Solution { public: vector<vect 阅读全文
posted @ 2021-03-11 10:36 RougeBW 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 题目代码区 剑指12 // https://leetcode-cn.com/problems/ju-zhen-zhong-de-lu-jing-lcof/ // 剑指12,同主站79 // https://leetcode-cn.com/problems/word-search/ // 2021-0 阅读全文
posted @ 2021-03-11 10:24 RougeBW 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 不太行 < 一般偏下 < 一般偏上 < 挺好 < 好吃 福麦欣生煎 挺好吃的,生煎,半分,混沌 翻滚吧蛋炒饭 不太行,点过两次,都是吃前四分之一时还行,但是突然就好腻吃不下 甲方寿司店 不太行,米不行 蔡明伟热干面 一般偏下 井盒炒饭(浔阳城店) 挺好的 程记古法羊肉汤面(歌舞团巷子) 好吃 喜姐炸 阅读全文
posted @ 2021-02-18 17:48 RougeBW 阅读(122) 评论(0) 推荐(0) 编辑
摘要: // language C with STL(C++) // 剑指19 // https://leetcode-cn.com/problems/zheng-ze-biao-da-shi-pi-pei-lcof/ // 偷师题解 class Solution { public: int getnum( 阅读全文
posted @ 2021-02-09 21:35 RougeBW 阅读(24) 评论(0) 推荐(0) 编辑
摘要: // language C with STL(C++) // 剑指38 // https://leetcode-cn.com/problems/zi-fu-chuan-de-pai-lie-lcof/ class Solution { public: vector<string> res; char 阅读全文
posted @ 2021-02-09 08:35 RougeBW 阅读(35) 评论(0) 推荐(0) 编辑
摘要: // language c // 剑指36 // https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof/ /* // Definition for a Node. class Node { 阅读全文
posted @ 2021-02-09 04:03 RougeBW 阅读(35) 评论(0) 推荐(0) 编辑
摘要: // language C with STL(C++) // 剑指41 // https://leetcode-cn.com/problems/shu-ju-liu-zhong-de-zhong-wei-shu-lcof/ class MedianFinder { public: int what[ 阅读全文
posted @ 2021-02-08 20:33 RougeBW 阅读(37) 评论(0) 推荐(0) 编辑
摘要: // language C with STL(C++) // 剑指20 // https://leetcode-cn.com/problems/biao-shi-shu-zhi-de-zi-fu-chuan-lcof/ // 好恶心的题 class Solution { public: bool i 阅读全文
posted @ 2021-02-08 05:55 RougeBW 阅读(57) 评论(0) 推荐(0) 编辑
摘要: // language C with STL(C++) // 剑指16 // https://leetcode-cn.com/problems/shu-zhi-de-zheng-shu-ci-fang-lcof/ // 同主站50 // https://leetcode-cn.com/problem 阅读全文
posted @ 2021-02-06 04:08 RougeBW 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页