^Algo.*$ — Algorithms with a Regex Twist
- Alessandro Salvato
- 4 giorni fa
- Tempo di lettura: 1 min
If you’ve ever played with regular expressions, you know it means: everything that starts with “Algo”. And that’s exactly the point.

What you’ll find here
This isn’t just another dry collection of formulas. In ^Algo.*$ you’ll find:
Classic algorithms you probably met at university 📚
Practical patterns that sneak into interviews and real-world systems
Hidden algorithms inside search engines, games, social networks, and even markets 💹
Stories, code snippets, and hacks that make algorithms feel alive
The messy beauty of algorithms
I don’t want to turn this into a manual. Think of it more as a lab notebook. Sometimes an elegant proof is beautiful, but other times a quick hack that works in production teaches you more than theory ever could.
We’ll talk about sorting, graphs, complexity, optimization — but also about the joy (and frustration) of making logic run on real machines. ⚡
Why the regex?
Because ^Algo.*$ is a manifesto.
If you landed here, it means the regex has already matched you.
Welcome to ^Algo.*$ — let’s explore the logic that runs the digital world.
Commenti