Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 812 Bytes

File metadata and controls

18 lines (14 loc) · 812 Bytes

🏆 Codeforces Solutions

Welcome to my competitive programming vault! This repository contains my solutions to problems from Codeforces contests and the problemset.

📊 Profile Summary

📂 Repository Structure

The solutions are organized to be easily searchable:

  • /Contests: Solutions submitted during live rounds, organized by Round ID.
  • /Problemset: Practice problems categorized by their difficulty rating (e.g., 800, 1200, 1600).
  • /Library: Pre-written algorithms and data structures (Segment Trees, Graphs, Math).

🛠️ My Tech Stack

  • Language: C++20 / Python 3
  • Compiler: GCC 11.4.0
  • Editor: VS Code / Vim