Main public logs
Appearance
Combined display of all available logs of Computer Science Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:54, 9 July 2025 Mr. Goldstein talk contribs created page 4.2.1.1 Bubble Sort, Selection Sort, Insertion Sort (Created page with "=== 4.2.1.1 Bubble Sort, Selection Sort, Insertion Sort === These are some of the simpler ways to sort things: * '''Bubble Sort:''' Think of bubbles rising in water. In Bubble Sort, you go through a list, compare two items next to each other, and if they're in the wrong order, you swap them. You keep doing this over and over, and the largest (or smallest) items "bubble up" to their correct place in the list. It's a bit like sorting cards by repeatedly swapping any two a...") Tag: Visual edit