码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
前端必看的数据可视化入门指南
参考链接: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
LeetCode:DP专题详解
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
LeetCode开心刷题二十九天——63. Unique Paths II**
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
(Medium) Max Increase to Keep City SkyLine LeetCode
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
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
Leetcode 22. Generate Parentheses
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
【LEETCODE】65、字符分类,medium&easy级别,题目:20、647、3
今天的字符类还比较简单 ...
分类:其他好文   时间:2019-08-04 19:38:20    阅读次数:76
leetcode1144
这是一道数组问题,没什么特殊的算法思想,只是基本的逻辑处理。 比赛的时候鼓捣了90分钟,最终也没有AC,本次比赛以0分完美收场。 开始感觉是一道Easy题目,应该比较快的能解决,但是写了2次都不对,就开始发蒙了。 脑子一片空白一直持续到12点比赛结束,然后突然感觉清醒了,几分钟就写出来了。 客观评价 ...
分类:其他好文   时间:2019-08-04 13:46:47    阅读次数:74
windows terminal
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 ...
分类:Windows程序   时间:2019-08-04 01:44:29    阅读次数:170
Python 之父再发文:构建一个 PEG 解析器
花下猫语: Python 之父在 Medium 上开了博客,现在写了两篇文章,本文是第二篇的译文。前一篇的译文 "在此" ,宣布了将要用 PEG 解析器来替换当前的 pgen 解析器。 本文主要介绍了构建一个 PEG 解析器的大体思路,并介绍了一些基本的语法规则。根据 Python 之父的描述,这个 ...
分类:编程语言   时间:2019-08-03 21:12:30    阅读次数:103
2358条   上一页 1 ... 56 57 58 59 60 ... 236 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!