SolbiatiAlessandro / pyComPro

Competitive Programming in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains Competitive Programming tasks solved in Python.


Codeforces

I will focus on quality over quantity trying to find out nice 'tips and tricks' from high rate coders online solving the tasks.

The motivation of the repo is getting my Python fresh and clean since I will be starting working as Python developer pretty soon.

I am using a kan-ban inside the repo Projects to keep track of upsolving, where upsolved problem are GitHub Issues.

solution-finder.py

A tool to automatically find from codeforces high-quality Python solution to tasks. I wrote this tool to help me find good sources to improve my python skills.

cd codeforces
python solution-finder.py (number of the contest, e.g. 988) (number of the problem, e.g A)

Leetcode

  • Leetcode "Get well prepared for GOOGLE Interview" (completed)

This are my solutions to Leetcode Google interview preparation, I am writing unit test for every solution since I follow TDD practices in order to increase my chances to get Accepted at first submission

Here is a subset of the problems labeled 'hard' you can find in the repo (not that hard). Had some fun solving them up to beat almost 100% other Python solutions:

The solutions are organized into folder named with an interger, the integer stands for the problem number from the leetcode link. For example:

"https://leetcode.com/explore/interview/card/google/63/sorting-and-searching-4/439/" -> leetcode/google/439

For every solution there will be a solution file and a test file, i.e l439.py and test_439.py

  • Leetcode "Get well prepared for MICROSOFT Interview" (in progress)

This problems turned out to be way too easy, so I didn't always report them here and just code them up on leetcode. If you were THAT interested in checking out my solution there too you can always checkout my leetcode profile

About

Competitive Programming in Python


Languages

Language:Python 91.6%Language:HTML 7.4%Language:C++ 1.0%