Skip to content

maanvikp20/compprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d778f5Β Β·Β Β· Feb 25, 2026

History

4 Commits
Feb 22, 2026
Feb 21, 2026
Feb 19, 2026
Feb 25, 2026

Repository files navigation

🧠 Competitive Programming

A collection of my solutions to competitive programming problems across multiple platforms, written in Python.

πŸ“ Structure

compprogramming/
β”œβ”€β”€ codewars/         # Solutions to Codewars kata challenges
└── projecteuler/     # Solutions to Project Euler math problems
s

🌐 Platforms

Codewars is a platform where developers train on coding challenges called kata. Problems range from beginner to advanced across topics like algorithms, data structures, string manipulation, and more.

Project Euler is a series of mathematical and computational problems that require a blend of math insight and programming to solve efficiently. Problems progressively increase in difficulty.

πŸ› οΈ Language

All solutions are written in Python 3.

πŸš€ Getting Started

To run any solution locally:

# Clone the repo
git clone https://github.com/maanvikp20/compprogramming.git

cd compprogramming


# Run a solution
python3 codewars/solution_name.py
python3 projecteuler/problem_001.pypy

πŸ“ˆ Goals

  • Sharpen problem-solving and algorithmic thinking
  • Practice mathematical reasoning through Project Euler
  • Improve Python proficiency through consistent practice

πŸ“¬ Connect

Feel free to explore, star ⭐ the repo if you find it helpful, or reach out if you'd like to discuss solutions!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages