mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Rename Sorting section
This commit is contained in:
parent
358791fbbc
commit
afcdcc3a6a
@ -81,7 +81,7 @@ Challenges, solutions, and unit tests are presented in the form of **IPython/Jup
|
||||
* [Arrays and Strings](#arrays-and-strings)
|
||||
* [Linked Lists](#linked-lists)
|
||||
* [Stacks and Queues](#stacks-and-queues)
|
||||
* [Sorting and Searching](#sorting-and-searching)
|
||||
* [Sorting](#sorting)
|
||||
* [Graphs and Trees](#graphs-and-trees)
|
||||
* [Recursion and Dynamic Programming](#recursion-and-dynamic-programming)
|
||||
* [Bit Manipulation](#bit-manipulation)
|
||||
@ -176,7 +176,7 @@ Challenges, solutions, and unit tests are presented in the form of **IPython/Jup
|
||||
</p>
|
||||
<br/>
|
||||
|
||||
### Sorting and Searching
|
||||
### Sorting
|
||||
|
||||
| Challenge | Static Notebooks |
|
||||
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@ -422,7 +422,7 @@ Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-
|
||||
* [Linked Lists: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/6/6d/Singly-linked-list.svg)
|
||||
* [Stacks: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/2/29/Data_stack.svg)
|
||||
* [Queues: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
||||
* [Sorting and Searching: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/6/6a/Sorting_quicksort_anim.gif)
|
||||
* [Sorting: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/6/6a/Sorting_quicksort_anim.gif)
|
||||
* [Recursion and Dynamic Programming: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/b/bf/PascalTriangleFibanacci.svg)
|
||||
* [Graphs and Trees: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_tree.svg)
|
||||
* [Mathematics and Probability: wikipedia.org](https://upload.wikimedia.org/wikipedia/commons/d/d2/Gaussian_distribution_2.jpg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user