Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raffian-moin/codeforces-solutions
This repository is about Codeforces practice problems and contests using Python.
https://github.com/raffian-moin/codeforces-solutions
codeforces competitive-programming data-structures-and-algorithms python3
Last synced: about 1 month ago
JSON representation
This repository is about Codeforces practice problems and contests using Python.
- Host: GitHub
- URL: https://github.com/raffian-moin/codeforces-solutions
- Owner: Raffian-moin
- Created: 2022-11-18T10:31:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:08:17.000Z (4 months ago)
- Last Synced: 2024-08-29T09:34:26.654Z (4 months ago)
- Topics: codeforces, competitive-programming, data-structures-and-algorithms, python3
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeforces Solutions
### This repository is about Codeforces practice problems using Python. Aiming to improve problem solving skill.
## Problems Difficulty?
currently ranges from 800-1400
## Techniques Implemented?
Two Pointers, Sliding Window, Prefix Sum, Binary Search, Pigeonhole, Number Theory, Brute Force, Constructive, Math, Bitmasking