Blog

Articles about data structures, algorithms, and problem-solving strategies.

Why Learn Algorithms with Go?

2025-07-01

Go's simplicity and readability make it an excellent language for learning algorithms. Here's why Go is a great choice and how Algos by Example is structured to help.

go learning tutorial

How to Approach LeetCode Problems

2025-06-15

A practical framework for tackling coding problems — from reading the problem statement to recognizing patterns and verifying your solution before writing code.

leetcode strategy patterns

What is Data Structures & Algorithms?

2025-06-01

A beginner-friendly introduction to data structures and algorithms — what they are, why they matter, and how pattern recognition can make you a better problem solver.

dsa beginners fundamentals