Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 338 Bytes

File metadata and controls

15 lines (11 loc) · 338 Bytes

C-Code

Collection of C++ practice and competitive programming solutions.

About

Solved problems and utility snippets organised by topic.

Structure

  • problems/ — individual solutions
  • templates/ — reusable snippets

How to use

Open files in any IDE and compile with g++ filename.cpp -o out && ./out.

License

MIT