Algorithms resources

Computer Science, grade 10. Notes, worksheets, videos, interactive tools and revision materials for this chapter.

Worksheets

Practice worksheet

Attempt every question before revealing the answer — that struggle is where learning happens.

Practice questions live inside each lesson — work through them there, then return for revision.

Revision

Revision checklist

Can you explain each of these out loud, without looking? If not, re-read that lesson.

  • Linear Search: Find items by checking each one in turn.
  • Binary Search: Search sorted lists far faster by halving the problem.
  • Bubble Sort: Sort lists by repeatedly swapping neighbouring items.
  • Measuring Efficiency: Compare algorithms using Big-O notation and worst cases.
  • Read each lesson's summary and re-do its practice questions from memory.

← Back to Algorithms