1. Question: 643. Maximum Average Subarray I url https://leetcode.com/problems/maximum-average-subarray-i/ Given an array consisting of n integers, fi ...
分类:
其他好文 时间:
2018-11-20 00:03:09
阅读次数:
199
1. Question: 167. Two Sum II - Input array is sorted url : https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ Given an array of integers ...
分类:
其他好文 时间:
2018-11-20 00:02:17
阅读次数:
189
1. Question: url : https://leetcode.com/problems/longest-continuous-increasing-subsequence/ 674. Longest Continuous Increasing Subsequence Given an un ...
分类:
其他好文 时间:
2018-11-19 22:09:44
阅读次数:
148
转自知乎,https://www.zhihu.com/question/23791742/answer/344752056 【纸张】毕业论文一律打印,采取A4纸张,页边距一律采取:上、下2.5cm,左3cm,右1.5cm,行间距取多倍行距(设置值为1.25);字符间距为默认值(缩放100%,间距:标 ...
分类:
其他好文 时间:
2018-11-18 22:38:05
阅读次数:
235
shell脚本(一)交互式硬件设备标准输入:从该设备接收用户输入的数据标准输出:通过该设备向用户输出数据标准错误:通过该设备报告执行出错信息类型设备文件文件描述编号默认设备标准输入/dev/stdin0键盘标准输出/dev/stdout1显示器标准错误输出/dev/stderr2显示器什么是shell:命令解释器—翻译官:(Bash-cmd、xshell等)任何查看当前系统支持的shell环境:/
分类:
系统相关 时间:
2018-11-18 19:31:32
阅读次数:
230
1. Question: 897. Increasing Order Search Tree url: https://leetcode.com/problems/increasing-order-search-tree/description/ Given a tree, rearrange th ...
分类:
其他好文 时间:
2018-11-17 23:18:10
阅读次数:
156
循环队列 此前,我们提供了一种简单但低效的队列实现。 更有效的方法是使用循环队列。 具体来说,我们可以使用固定大小的数组和两个指针来指示起始位置和结束位置。 目的是重用我们之前提到的被浪费的存储。 设计循环队列 设计你的循环队列实现。 循环队列是一种线性数据结构,其操作表现基于 FIFO(先进先出) ...
分类:
其他好文 时间:
2018-11-17 22:22:21
阅读次数:
252
1. Question: 653. Two Sum IV - Input is a BST url: https://leetcode.com/problems/two-sum-iv-input-is-a-bst/description/ Given a Binary Search Tree and ...
分类:
其他好文 时间:
2018-11-17 22:20:29
阅读次数:
215
1. Question: 606. Construct String from Binary Tree url : https://leetcode.com/problems/construct-string-from-binary-tree/description/ You need to con ...
分类:
其他好文 时间:
2018-11-17 21:01:53
阅读次数:
107
1. Question 589. N-ary Tree Preorder Traversal Given an n-ary tree, return the preorder traversal of its nodes' values. For example, given a 3-ary tre ...
分类:
其他好文 时间:
2018-11-17 19:08:42
阅读次数:
148