Skip to content

Latest commit

 

History

History
98 lines (57 loc) · 4.58 KB

design_and_analysis.md

File metadata and controls

98 lines (57 loc) · 4.58 KB

Design and analysis

Table of contents


Types design

🎥

Affine space types

🔗

🎥

Algorithms design

Generic algorithms design

🎥

📖

Complexity analysis

🔗

Amortized analysis

🔗


Loop invariants

A loop invariant is a property of a program loop that is true before and after each iteration.

🔗

📖

📄

Binary search

🔗


Stability (order of elements)

🎥