流水

  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

使用Samba共享文件

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

前言

最近因为很多原因需要共享一个 Ubuntu 系统下的文件夹供他人访问,于是决定使用 samba 。

阅读全文 »

Leetcode 75. Sort Colors

发表于 2018-05-28 | 分类于 Leetcode

问题描述

Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order red, white and blue.

阅读全文 »

Leetcode 56. Merge Intervals

发表于 2018-05-24 | 分类于 Leetcode

题目描述

Given a collection of intervals, merge all overlapping intervals.

阅读全文 »

Leetcode 34. Find First and Last Position of Element in Sorted Array

发表于 2018-05-23 | 分类于 Leetcode

问题描述

Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value.

阅读全文 »

Leetcode 33. Search in Rotated Sorted Array

发表于 2018-05-23 | 分类于 Leetcode

问题描述

Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.

阅读全文 »
12345
Mors

Mors

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