This repository is a curated collection of code examples that demonstrate data structures and algorithmic patterns. It's intended as a learning reference and quick demo set for interview practice or study.
Repository layout
sorting/— sorting algorithm implementations and examplessearching/— search-related problemsmatrices/— 2D array and matrix patternsbit-manipulation/— bitwise utilities and tricksmath/— small math helpers and patternsmisc/— miscellaneous problems and standalone examples