Back to projects

$ open l337code

l337Code

Problem Solving Archive / 2026

l337Code is my personal problem-solving repository where I keep track of solved coding challenges in a clean one-folder-per-problem structure. It reflects consistency more than presentation: regular practice, multiple languages, and a habit of sharpening algorithmic thinking outside product work.

overview.md

A consistent problem-solving log built around one folder per solved challenge.

I use this repository as a structured archive for algorithm and data-structure practice. Each problem gets its own folder, which makes the repo easy to extend and also makes it possible to track progress directly from GitHub. It is a straightforward project, but it says something useful about how I work: I like repetition, fundamentals, and improving through consistent problem solving.

outcomes.log

  • Maintains a clean archive of solved coding problems with one folder per challenge
  • Builds fluency in algorithms, data structures, and coding interview patterns
  • Shows consistency and discipline through ongoing problem-solving practice