Overview#
This repository documents my competitive programming practice through Kattis. It serves as both a learning log and a reusable pattern library for common problem classes.
Highlights#
- 100+ solved problems with clear file organization
- Coverage from beginner to advanced difficulty
- Mostly C++ with selected Python solutions
- Consistent problem-solving workflow and templates
Challenges & Learnings#
- Time complexity trade-offs under strict limits
- Edge-case handling and stress testing habits
- Writing clean code under competition constraints
@l0stplains