参考链接:https://segmentfault.com/a/1190000019934874?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com&share_user=1030000000178452 ...
分类:
其他好文 时间:
2019-08-07 10:46:45
阅读次数:
120
221 medium 221. Maximal Square Medium Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its are ...
分类:
其他好文 时间:
2019-08-06 20:01:38
阅读次数:
68
63. Unique Paths II Medium 938145FavoriteShare 63. Unique Paths II Medium 938145FavoriteShare Medium A robot is located at the top-left corner of a m ...
分类:
其他好文 时间:
2019-08-06 13:41:46
阅读次数:
115
Description: In a 2 dimensional array grid, each value grid[i][j] represents the height of a building located there. We are allowed to increase the he ...
分类:
其他好文 时间:
2019-08-06 12:26:19
阅读次数:
128
503. Next Greater Element II Medium 74746FavoriteShare 503. Next Greater Element II Medium 74746FavoriteShare Medium Given a circular array (the next ...
分类:
其他好文 时间:
2019-08-04 19:51:37
阅读次数:
97
https://leetcode.com/problems/generate-parentheses/ Medium Medium Medium Given n pairs of parentheses, write a function to generate all combinations o ...
分类:
其他好文 时间:
2019-08-04 19:39:29
阅读次数:
95
这是一道数组问题,没什么特殊的算法思想,只是基本的逻辑处理。 比赛的时候鼓捣了90分钟,最终也没有AC,本次比赛以0分完美收场。 开始感觉是一道Easy题目,应该比较快的能解决,但是写了2次都不对,就开始发蒙了。 脑子一片空白一直持续到12点比赛结束,然后突然感觉清醒了,几分钟就写出来了。 客观评价 ...
分类:
其他好文 时间:
2019-08-04 13:46:47
阅读次数:
74
abstract 1. install wsl 2. install fluent terminal 3. install zsh 4. install oh my zsh 5. config oh my zsh 6. sudo for windows install wsl install flu ...
花下猫语: Python 之父在 Medium 上开了博客,现在写了两篇文章,本文是第二篇的译文。前一篇的译文 "在此" ,宣布了将要用 PEG 解析器来替换当前的 pgen 解析器。 本文主要介绍了构建一个 PEG 解析器的大体思路,并介绍了一些基本的语法规则。根据 Python 之父的描述,这个 ...
分类:
编程语言 时间:
2019-08-03 21:12:30
阅读次数:
103