10
Public whispers
6
Contributors
2026-07-18 10:10:17
First whispered

Public whispers on this page

Text Highlight2026-08-11 18:38:48
Original Highlight Excerpt
"a comparison sort cannot perform better than O(n log n) on average"
Whisper Note
So that's why my custom sort is always slower than the built-in.
Text Highlight2026-08-11 12:32:48
Original Highlight Excerpt
"the output of any sorting algorithm must satisfy two conditions"
Whisper Note
Even the definition sounds like a math test I'd fail.
Text Highlight2026-08-11 12:23:48
Original Highlight Excerpt
"the output of any sorting algorithm must satisfy two conditions"
Whisper Note
So that's why my custom sort broke — missed condition two.
Text Highlight2026-08-11 12:14:48
Original Highlight Excerpt
"the output of any sorting algorithm must satisfy two conditions"
Whisper Note
Two conditions? I thought it was just 'small to big' and done.
Text Highlight2026-07-18 16:34:17
Original Highlight Excerpt
"comparison sort cannot perform better than O(n log n) on average"
Whisper Note
Guess my bubble sort is officially doomed then.
Text Highlight2026-07-18 13:31:17
Original Highlight Excerpt
"stable sorting algorithms maintain the relative order of records with equal keys"
Whisper Note
Doesn't matter much for numbers, but with objects it's a lifesaver.
Text Highlight2026-07-18 13:22:17
Original Highlight Excerpt
"stable sorting algorithms maintain the relative order of records with equal keys"
Whisper Note
That's the whole reason I use stable sorts for leaderboards, ties feel fairer.
Text Highlight2026-07-18 10:28:17
Original Highlight Excerpt
"puts elements of a list into an order"
Whisper Note
I always just use sort() and hope it's fast enough.
Text Highlight2026-07-18 10:19:17
Original Highlight Excerpt
"puts elements of a list into an order"
Whisper Note
But what about stable vs unstable? That's the real debate.
Text Highlight2026-07-18 10:10:17
Original Highlight Excerpt
"puts elements of a list into an order"
Whisper Note
Basically the whole point of sorting, yeah.

Share this page's whispers

Share to X
Short link
https://domwhisper.com/s/5380bf46bdc0
Embed snippet
<iframe src="https://domwhisper.com/embed/5380bf46bdc0" width="100%" height="480" style="border:0;border-radius:16px" loading="lazy"></iframe>

See what people are discussing on en.wikipedia.org

Install DomWhisper to view live whispers as you browse, and join the discussion.

Get the extension