Data Structures & Algorithms

Table of Contents

Algorithms - general

some problems can’t be solved, some can, and some efficiently. efficiency is speed, power, security, etc. but in this class mainly speed.

example algorithm  — Euclid’s greatest common divisor.

important aspects:

complexity as a function of input

need to know how to: