Skip to content

Commit 06db9d5

Browse files
authored
minor error
1 parent 7136e2b commit 06db9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programming Assignment 3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `QuickSort.py`
99

1010
# 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).
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](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).
1212
# Implementation
1313
1. First pivot
1414
2. Last pivot

0 commit comments

Comments
 (0)