# Lecture - Functional Programming MT22, VI

> Source: https://ollybritton.com/notes/uni/prelims/mt22/functional-programming/lectures/6/ · Updated: 2022-11-05 · Tags: uni, lecture

- [Course - Functional Programming MT22](https://ollybritton.com/notes/uni/prelims/mt22/functional-programming/)

### Flashcards
Why might $O(n^2)$ be better than $O(n \log n)$ in some cases?::
Because for small $n$ the constants might be different.

---
Olly Britton — https://ollybritton.com. Machine-readable index: https://ollybritton.com/llms.txt
