Skip to content

Algorithms

An algorithm can be defined as a sequence of operations tailored to solve a specific problem.

We usually measure the performance of an algorithm by its time complexity during runtime.

Terminology

Flow

Resources