There was an error while loading. Please reload this page.
1 parent 7136e2b commit 06db9d5Copy full SHA for 06db9d5
Programming Assignment 3/README.md
@@ -8,7 +8,7 @@
8
- `QuickSort.py`
9
10
# Algorithm
11
-- QuickSort [reference 1](https://github.com/SSQ/Coursera-Stanford-Divide-and-Conquer-Sorting-and-Searching-and-Randomized-Algorithms/blob/master/Lecture%20Slides/5.1-slides_algo-qsort-intro_typed.pdf), [reference 2](ttps://github.com/SSQ/Coursera-Stanford-Divide-and-Conquer-Sorting-and-Searching-and-Randomized-Algorithms/blob/master/Lecture%20Slides/5.2-slides_algo-qsort-partition_typed.pdf).
+- QuickSort [reference 1](https://github.com/SSQ/Coursera-Stanford-Divide-and-Conquer-Sorting-and-Searching-and-Randomized-Algorithms/blob/master/Lecture%20Slides/5.1-slides_algo-qsort-intro_typed.pdf), [reference 2](https://github.com/SSQ/Coursera-Stanford-Divide-and-Conquer-Sorting-and-Searching-and-Randomized-Algorithms/blob/master/Lecture%20Slides/5.2-slides_algo-qsort-partition_typed.pdf).
12
# Implementation
13
1. First pivot
14
2. Last pivot
0 commit comments