Skip to content

Commit

Permalink
feat: revise README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fiteen authored Dec 27, 2019
1 parent b1898ed commit 288ea2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 经典排序算法动画与解析
# 【程序员面试必备】动画详解十大经典排序算法

排序算法是程序员必备的基础知识,弄明白它们的原理和实现很有必要
由于待排序的元素数量不同,使得排序过程中涉及的存储器不同,可将排序方法分为两类:一类是**内部排序**,指的是待排序列存放在计算机随机存储器中进行的排序过程;另一类是**外部排序**,指的是待排序的元素的数量很大,以致内存一次不能容纳全部记录,在排序过程中尚需对外存进行访问的排序过程

我们可以将常见的**内部排序算法**可以分成两类:

Expand Down

0 comments on commit 288ea2b

Please sign in to comment.