Jump to content

Main public logs

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).

Logs
  • 21:55, 9 July 2025 Mr. Goldstein talk contribs created page 4.2.1.2 Merge Sort, Quick Sort (Divide and Conquer) (Created page with "=== 4.2.1.2 Merge Sort, Quick Sort (Divide and Conquer) === These two algorithms use a powerful idea called "Divide and Conquer." * '''Divide and Conquer:''' This strategy means you break a big problem into smaller, easier-to-solve pieces. You solve the small pieces, and then you combine the solutions to solve the original big problem. * '''Merge Sort:''' *# '''Divide:''' You keep splitting your list of items in half until you have many tiny lists, each with only one it...") Tag: Visual edit