Skip to content

Practice searching and sorting algorithms

Lesson 5 / 9

Lesson video

The video is not available yet.

Lesson slides

not available yet

Lesson details

Lesson outcome

I can identify errors in flowcharts representing searching and sorting algorithms.

Show transcript
Representing searching and sorting algorithms using flowcharts can help you to identify errors. On average, binary search can locate an item in a list in less time than linear search. If the data that you have is unordered, you must either use a linear search algorithm or sort the data first. Sorting algorithms can be used to sort data before a search is completed.

Worksheet

not available yet

Quizzes

This quiz is not available yet.

What pupils see

The same lesson as a pupil sees it. You can set any section as work on its own.

  • IntroductionPrepare · Not available
  • Starter quizActivate · Not available
  • Lesson videoLearn · Not available
  • Exit quizCheck · Not available
This content is by Cashar and published under an open licence.