Skip to content

Commit 3f144b9

Browse files
committed
fix: Improve display of linux kernel points in the slides/weekfourteen/index.qmd.
1 parent 5c1f0ca commit 3f144b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/weekfourteen/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ heapsort(L)
523523
print("After heapsort: ", L)
524524
```
525525

526-
::: {.fragment style="font-size: 0.95em;"}
526+
::: {.incremental style="font-size: 0.95em;"}
527527

528528
- Uses the `_heapify` method to create a `PriorityQueue` in $O(n)$
529529
- Iteration over each item in `list` comprehension costs $O(\log n)$
@@ -749,7 +749,7 @@ while not len(job_queue) == 0:
749749

750750
## Process scheduling in the Linux kernel
751751

752-
::: {.fragment .fade-up style="margin-top: -.25em; font-size: 0.675em;"}
752+
::: {.incremental .fade-up style="margin-top: -.25em; font-size: 0.675em;"}
753753

754754
- **Multi-level feedback queue**
755755
- Dynamic priority adjustment based on behavior

0 commit comments

Comments
 (0)