From 8afe65df0c84979c576949f5e836a507ff7091d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=B0=B8=E5=B7=9D?= <1029579233@qq.com> Date: Fri, 10 Aug 2018 16:42:23 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4c2b510..728fb40c 100644 --- a/README.md +++ b/README.md @@ -15,25 +15,25 @@ - [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md) -目录根据原书第二版进行编排,代码和原书有所不同,尽量比原书更简洁。 + 目录根据原书第二版进行编排,代码和原书有所不同,尽量比原书更简洁。 - [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md) -对题目做了一个大致分类,并对每种题型的解题思路做了总结。 + 对题目做了一个大致分类,并对每种题型的解题思路做了总结。 - [算法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/算法.md) -排序、并查集、栈和队列、红黑树、散列表。 + 排序、并查集、栈和队列、红黑树、散列表。 ## 操作系统 :computer: - [计算机操作系统](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机操作系统.md) -进程管理、内存管理、设备管理、链接。 + 进程管理、内存管理、设备管理、链接。 - [Linux](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Linux.md) -基本实现原理以及基本操作。 + 基本实现原理以及基本操作。 ## 网络 :cloud: