码迷,mamicode.com
首页 >  
搜索关键字:lc    ( 989个结果
[LC] 70. Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2019-12-13 14:08:00    阅读次数:76
LC接口光模块大盘点
LC接口光模块是指接口采用LC连接器的光模块,通常与LC光纤跳线搭配使用。
分类:其他好文   时间:2019-12-12 20:01:20    阅读次数:665
[LC] 129. Sum Root to Leaf Numbers
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic ...
分类:其他好文   时间:2019-12-12 13:14:24    阅读次数:93
[LC] 240. Search a 2D Matrix II
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted i ...
分类:其他好文   时间:2019-12-11 13:25:42    阅读次数:104
[LC] 74. Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:其他好文   时间:2019-12-11 13:23:05    阅读次数:92
Mac
一、Mac下SVN操作checkout文件到本地svn checkout https://xxx --username xx --password xxsvn checkout https://xxx --username xx --password xx /Users/lc/workspace 更 ...
分类:系统相关   时间:2019-12-10 22:11:37    阅读次数:127
[LC] 362. Design Hit Counter
Design a hit counter which counts the number of hits received in the past 5 minutes. Each function accepts a timestamp parameter (in seconds granulari ...
分类:其他好文   时间:2019-12-09 14:13:31    阅读次数:99
[LC] 303. Range Sum Query - Immutable
Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Given nums = [-2, 0, 3, -5, 2, -1] sumR ...
分类:其他好文   时间:2019-12-09 01:19:59    阅读次数:86
[LC] 359. Logger Rate Limiter
Design a logger system that receive stream of messages along with its timestamps, each message should be printed if and only if it is not printed in t ...
分类:其他好文   时间:2019-12-09 01:11:40    阅读次数:98
[LC] 211. Add and Search Word - Data structure design
Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or a r ...
分类:其他好文   时间:2019-12-08 12:46:54    阅读次数:66
989条   上一页 1 ... 18 19 20 21 22 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!