Skip to content

Latest commit

 

History

History
59 lines (58 loc) · 1.99 KB

README.md

File metadata and controls

59 lines (58 loc) · 1.99 KB

Data Structures and Algorithms

This repository conatins implementations of various data structures and algorithms.
All the programs are in C++

Table of Contents

  1. Data Structures



  2. Algorithms



Usage

  1. clone this repository : https://github.com/Ajinkya-Sonawane/Data-Structures-and-Algorithms.git
  2. GNU C++ Compiler :
    g++ filename.cpp && ./a.out