add review 6 pdf and make empty R6.md
This commit is contained in:
BIN
pdf/Review 6 Quicksort.pdf
(Stored with Git LFS)
Normal file
BIN
pdf/Review 6 Quicksort.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -309,7 +309,7 @@ if __name__ == "__main__":
|
|||||||
print(html_output)
|
print(html_output)
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```txt
|
||||||
out 25 -> out 20 -> out 17 -> out 13 -> out 8
|
out 25 -> out 20 -> out 17 -> out 13 -> out 8
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -467,7 +467,7 @@ Fill in the blanks in the following pseudocode for Heapsort.
|
|||||||
|
|
||||||
### Solution 2
|
### Solution 2
|
||||||
|
|
||||||
```{ .line-numbers }
|
```txt { .line-numbers }
|
||||||
HEAPSORT(A)
|
HEAPSORT(A)
|
||||||
BUILD-MAX-HEAP
|
BUILD-MAX-HEAP
|
||||||
for i = A.length downto 2
|
for i = A.length downto 2
|
||||||
|
|||||||
5
reviews/R6.md
Normal file
5
reviews/R6.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Review 6
|
||||||
|
|
||||||
|
* Hajin Ju, 2024062806
|
||||||
|
|
||||||
|
## Problem 1
|
||||||
Reference in New Issue
Block a user