流水

  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

Leetcode 215. Kth Largest Element in an Array

发表于 2018-06-22 | 分类于 Leetcode

问题描述

Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.

阅读全文 »

Leetcode 79.Word Search

发表于 2018-06-19 | 分类于 Leetcode

问题描述

Given a 2D board and a word, find if the word exists in the grid.

阅读全文 »

Leetcode 162. Find Peak Element

发表于 2018-06-13 | 分类于 Leetcode

问题描述

A peak element is an element that is greater than its neighbors.

Given an input array nums, where nums[i] ≠ nums[i+1], find a peak element and return its index.

阅读全文 »

Linux 挂载多块大容量硬盘

发表于 2018-06-10 | 分类于 Technique

前言

最近实验室采购了十台服务器,每台服务器配备了4块4T机械硬盘,本文记录了硬盘的挂载过程,以及虚拟存储工具 mhddfs 的使用。

阅读全文 »

Leetcode 动态规划

发表于 2018-06-10 | 分类于 Leetcode

前言

最近做了 Leetcode 一些 Dynamic Programming 相关的题目,记录一下思路和解法。

阅读全文 »
123…5
Mors

Mors

不忘初心,方得始终
25 日志
3 分类
20 标签
© 2017 – 2019 Mors