Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 711 Bytes

work.md

File metadata and controls

19 lines (13 loc) · 711 Bytes

2020/4/12

1. C/C++ 基础知识

(1) extern "C" 有什么用,什么时候需要使用?

2. 操作系统

(1) 操作系统常用的进程调度算法有哪些?

3. 计算机网络

(1) 交换机和路由器有什么区别?

4. 数据库

(1) 视图的作用,视图可以更改么?

5. 算法

(1) 给你 n 个非负整数 a1,a2,...,an,每个数代表坐标中的一个点 (i, ai) 。在坐标内画 n 条垂直线,垂直线 i 的两个端点分别为 (i, ai) 和 (i, 0)。找出其中的两条线,使得它们与 x 轴共同构成的容器可以容纳最多的水。

来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/container-with-most-water