My journey through coding problems. Each problem has its own folder with my solution and personal notes.
Planned: Advent of Code
LeetCode / Codeforces:
problem-folder/
├── README.md # Problem + My Notes + Tags
└── solution.swift # or solution.cpp
Exercism: Uses standard Exercism format with Tests included.