From c6cb182e0fdb2988915215a8b28e4c3ac21f1f11 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sun, 31 Aug 2025 21:53:24 -0400 Subject: [PATCH] Add BigO visualizations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7815976..d4c04aa 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ Let's be honest: algorithms can be a pretty dry topic. [This quora question](htt - [Hashing](https://samwho.dev/hashing/) - [Visualizing Algorithms](https://bost.ocks.org/mike/algorithms/) - [B-trees and database indexes](https://planetscale.com/blog/btrees-and-database-indexes) +- [Big O visualizations](https://samwho.dev/big-o/) Example implementations: