Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 736 Bytes

File metadata and controls

23 lines (18 loc) · 736 Bytes

Data-Structures-and-Algorithms-Tutorial

This repository contains detailed tutorials for the Data Structures and Algorithms.

You're expected to contribute maintaining the following structure :

Algorithm name
|
|-- Tutorial.md
|-- <File1>.cpp
|-- <File2>.cpp
.
.
.

The Tutorial.md file contains the detailed explanantion of the algorithm along with links to practice questions. <FileN>.cpp containes a detailed editorial of one of the practice questions mentioned in Tutorial.md file.

Checkout the open issues to start with your contribution.

Mentors :

  1. Sarwar Khan : [email protected]
  2. Neelesh Sinha : [email protected]