IT技术小密圈
IT技术小密圈
全部文章
杨领well的...
C++(3)
Effective C++ 笔记(4)
LeetCode(151)
LeetCode Weekly Contest 92(1)
LeetCode Weekly Contest 93(2)
linux(2)
TCP/IP 协议(3)
windows(1)
未归档(33)
杨领well 的 TCP/IP 协议专栏(7)
源码(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
IT技术小密圈的博客
君子食无求饱,居无求安,敏于事而慎于言,就有道而正焉。
全部文章
/ 杨领well的 LeetCode 题解专栏
(共53篇)
LeetCode: 205. Isomorphic Strings
LeetCode: 205. Isomorphic Strings 题目描述 Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in...
2018-09-19
0
471
LeetCode:904. Fruit Into Baskets
LeetCode:904. Fruit Into Baskets 题目描述 In a row of trees, the i-th tree produces fruit with type tree[i]. You start at any tree of your choice, then...
2018-09-17
0
475
LeetCode: 905. Sort Array By Parity
LeetCode: 905. Sort Array By Parity 题目描述 Given an array A of non-negative integers, return an array consisting of all the even elements of A, follow...
2018-09-17
0
471
LeetCode: 903. Valid Permutations for DI Sequence
LeetCode: 903. Valid Permutations for DI Sequence 题目描述 We are given S, a length n string of characters from the set {'D', 'I'}. (These letters stand...
2018-09-10
0
509
LeetCode: 901. Online Stock Span
LeetCode: 901. Online Stock Span 解题思路 Write a class StockSpanner which collects daily price quotes for some stock, and returns the span of that stoc...
2018-09-09
0
594
LeetCode: 195. Tenth Line
LeetCode: 195. Tenth Line 题目描述 Given a text file file.txt, print just the 10th line of the file. Example: Assume that file.txt has the following c...
2018-09-05
0
458
LeetCode: 898. Bitwise ORs of Subarrays
LeetCode: 898. Bitwise ORs of Subarrays 题目描述 We have an array A of non-negative integers. For every (contiguous) subarray B = [A[i], A[i+1], ..., A...
2018-09-02
0
537
LeetCode:897. Increasing Order Search Tree
LeetCode:897. Increasing Order Search Tree 解题思路 Given a tree, rearrange the tree in in-order so that the leftmost node in the tree is now the root o...
2018-09-02
0
561
LeetCode: 896. Monotonic Array
LeetCode: 896. Monotonic Array 题目描述 An array is monotonic if it is either monotone increasing or monotone decreasing. An array A is monotone increa...
2018-09-02
0
470
LeetCode: 895. Maximum Frequency Stack
LeetCode: 895. Maximum Frequency Stack 题目描述 Implement FreqStack, a class which simulates the operation of a stack-like data structure. FreqStack ha...
2018-08-26
0
443
首页
上一页
1
2
3
4
5
6
下一页
末页