Skip to content

Cuberates/competitive-programming

Repository files navigation

Competitive Programming Archive

  • This repository contains solution files for programming contests and essential files for programming competitions. The competitions range from ICPC Regionals and Codeforces Weekly Contests to HackerRank/LeetCode problem implementations. I plan to add a few directories containing debugging templates for dynamically outputting data structures and code snippets for well-known structures and algorithms to save time during competitions.

  • Cleaning compiled binaries

    • In my Makefile, I have the following command: find . -type f -name '*.out' -delete, which recursively deletes all files ending with .out.
    • In Terminal, run the following command: make clean

About

Competition files for programming contests. Pulled from platforms such as Codeforces, ICPC, Leetcode, AOC, and CSES

Topics

Resources

Stars

Watchers

Forks

Contributors