Introduction
Many times this happens in competitive programming competitions that you've figured out an algorithm for the solution of the problem, which happens to be a standard algorithm. How helpful would it be to have snippets for commonly used concepts/algorithms in competitive programming in that situation, to provide you an edge over fellow competitors as using snippets will improve your accuracy, speed and hence rank!
Problem Statement
This repository provides extension for vscode editor which enables vscode users to use c++ coding snippets of algorithms while doing competitive programming.
Description
Author: Harsh Chandravanshi. Supported languages (file extensions): C++ (.cpp, .c++), C (.c).
Key Features
- Starter Template
- Common Codes
- Input Taking Template
- Basic Algo + Mathematics
- Graph
- Tree
- BST
- String
- Sorting
- Searching
Technologies Used
- Javascript