SnippetsCPP

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

  1. Starter Template
  2. Common Codes
  3. Input Taking Template
  4. Basic Algo + Mathematics
  5. Graph
  6. Tree
  7. BST
  8. String
  9. Sorting
  10. Searching

Technologies Used

  1. Javascript

Screens