Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 732 Bytes

File metadata and controls

19 lines (14 loc) · 732 Bytes

Data Structures & Algorithms

A personal study repository exploring classic data structures and algorithmic problems. The emphasis is on working through multiple implementations of the same problem, comparing trade-offs in correctness, complexity, readability, and runtime behavior. Each variation is backed by tests.

The code is written in Java and Kotlin on the JVM, organized as a multi-module Gradle build.

Topics

Each module has its own README with the design notes, variants, and complexity analysis for that topic: