Skip to content

πŸ—‘οΈ Leveraging pythonic forces to defeat coding challenges πŸ†

Notifications You must be signed in to change notification settings

ipeternella/pyforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56ef139 Β· Nov 9, 2022
Nov 9, 2022
Nov 24, 2021
Sep 29, 2022
Nov 9, 2022
Feb 19, 2022
May 30, 2022
Mar 1, 2022
Nov 22, 2021
Nov 22, 2021
Nov 22, 2021
Nov 25, 2021
Nov 22, 2021
Dec 13, 2021

Repository files navigation

Pyforces

Leveraging pythonic forces to defeat different coding challenges!

Table of Contents

Pyforces

Pyforces is a study repo with a collection of solved (defeated) problems from different domains such as Hackerrank, LeetCode, etc. Gradually, more problems will be added and hopefully with better and clearer solutions for the problems.

Powers

The powers folder contains some powerful algorithmitic techniques that can be used to defeat many "resistent" enemies (the coding challenges). Jokes aside, this folder contains some simple code snippets with important algorithms to keep in mind.

Tests

Pyforces contains tests for the defeated challenges. In order to run these, install the repo's dependencies and run the tests with pytest:

pipenv install --dev  # hopefully the venv will be activated
pytest  # defeat them all!

About

πŸ—‘οΈ Leveraging pythonic forces to defeat coding challenges πŸ†

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published