We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1f0ca commit 3f144b9Copy full SHA for 3f144b9
slides/weekfourteen/index.qmd
@@ -523,7 +523,7 @@ heapsort(L)
523
print("After heapsort: ", L)
524
```
525
526
-::: {.fragment style="font-size: 0.95em;"}
+::: {.incremental style="font-size: 0.95em;"}
527
528
- Uses the `_heapify` method to create a `PriorityQueue` in $O(n)$
529
- Iteration over each item in `list` comprehension costs $O(\log n)$
@@ -749,7 +749,7 @@ while not len(job_queue) == 0:
749
750
## Process scheduling in the Linux kernel
751
752
-::: {.fragment .fade-up style="margin-top: -.25em; font-size: 0.675em;"}
+::: {.incremental .fade-up style="margin-top: -.25em; font-size: 0.675em;"}
753
754
- **Multi-level feedback queue**
755
- Dynamic priority adjustment based on behavior
0 commit comments