Git Product home page Git Product logo

pycompro's Introduction

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

pycompro's People

Contributors

solbiatialessandro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pycompro's Issues

1132 B

1132 B

fast output problems in python, check submissions of pajengod (?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.