Collection of C++ practice and competitive programming solutions.
Solved problems and utility snippets organised by topic.
problems/— individual solutionstemplates/— reusable snippets
Open files in any IDE and compile with g++ filename.cpp -o out && ./out.
MIT