Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 474 Bytes

File metadata and controls

22 lines (15 loc) · 474 Bytes

Problem Solving

My journey through coding problems. Each problem has its own folder with my solution and personal notes.

Platforms

Planned: Advent of Code

Structure

LeetCode / Codeforces:

problem-folder/
├── README.md       # Problem + My Notes + Tags
└── solution.swift # or solution.cpp

Exercism: Uses standard Exercism format with Tests included.