This repository contains my solutions to various competitive programming problems. The solutions are written in C++.
If you're using VS Code, you can set up a C++ template by pasting cpp.json
into your user snippets.
- Open VS Code.
- Press
Ctrl + Shift + P
and search for Preferences: Configure User Snippets. - Select
cpp.json
. - Copy and paste the template from this repository.
Many of the templates in this repository are sourced from Colin Galen's work. Credits to him for his well-structured resources.