Skip to content

My Kattis Solutions

My Kattis Solutions preview
C++ Python Competitive Programming
View Repository

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

Contributors#