https://github.com/epocdotfr/protohackers
Source code of my solutions to the Protohackers challenges
https://github.com/epocdotfr/protohackers
challenges protohackers python
Last synced: 12 months ago
JSON representation
Source code of my solutions to the Protohackers challenges
- Host: GitHub
- URL: https://github.com/epocdotfr/protohackers
- Owner: EpocDotFr
- License: other
- Created: 2022-09-09T12:21:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T08:07:57.000Z (over 2 years ago)
- Last Synced: 2025-07-19T20:09:36.928Z (about 1 year ago)
- Topics: challenges, protohackers, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: support/__init__.py
Awesome Lists containing this project
README
# Protohackers

Source code of my solutions to the [Protohackers](https://protohackers.com/) challenges.
I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features).
## Prerequisites
Python >= 3.8.
## Installation
Clone this repo.
## Configuration
Forward port `1664` from your router to your computer.
## Usage
Simply execute one of the scripts starting with a number (e.g `python 0_smoke_test.py`). Press CTRL+C to stop.