Previously "Leetcode" - This repository contains my solutions to various algorithmic problems from different platforms.
This repository is a collection of my solutions to algorithmic challenges from platforms such as:
- Codeforces
- Szkopuł
- LeetCode
All solutions and documentation are provided in English.
Solutions are organized by platform and then by problem identifier:
/
├── Codeforces/
│ ├── 4A.cpp
│ ├── 71A.cpp
│ ├── 231A.cpp
│ ├── readme.md
│ └── ...
├── Szkopul/
│ ├── pti/
│ ├── readme.md
│ └── ...
├── Leetcode/
│ ├── 1.py
│ ├── 2.py
│ ├── readme.md
│ └── ...
└── ...
Solutions are primarily written in:
- C++
MIT
Feel free to explore, and happy coding!