Skip to content

Latest commit

Β 

History

History
25 lines (21 loc) Β· 830 Bytes

File metadata and controls

25 lines (21 loc) Β· 830 Bytes

πŸ† Competitive Programming with Python (Codewars Journey)

This repo tracks my journey of learning competitive programming using Python, mainly through Codewars and other platforms.

🎯 Goals

  • Progress from 8kyu β†’ 1kyu in Codewars
  • Build strong problem-solving skills
  • Compete in Umak Python Programming
  • Develop reusable algorithm templates

πŸ“… Roadmap

  • Python Foundations
  • Problem-Solving Patterns
  • Data Structures & Algorithms
  • Number Theory
  • Dynamic Programming
  • Graphs
  • Advanced Topics

πŸ“‚ Structure

  • codewars/ β†’ All my Codewars solutions (organized by kyu)
  • practice/ β†’ Problems from other sources (LC, CF, AtCoder)
  • contests/ β†’ Contest submissions
  • notes/ β†’ My personal notes & cheatsheets
  • utils/ β†’ Python templates/snippets