Please enable JavaScript to use CodeHS

Utah Exploring Computer Science

Lesson 1.10 Evaluating Algorithms

Description

In this lesson, students learn about how to evaluate algorithms, and take a look at two sets of classic algorithms: searching and sorting.


Objective

Students will be able to:

  • Describes ways to evaluate an algorithm
  • Think critically about different solutions to the same task
  • Explain how basic search and sort algorithms work
  • Identify the differences between search and sort algorithms