Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 346 Bytes

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