Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 741 Bytes

File metadata and controls

39 lines (28 loc) · 741 Bytes

Data Structures and algorithms


Table of content:


Purpose

The purpose of this repository is to learn Data Structures and Algorithms

Python Programming language

All the data structures used here is written in python and C++ Programming language

Datastructures

Source to my learning pace is: 'GeeksforGeeks'

Structure

DataStructures_Algorithms
 ┣ Algorithms(c++)/
 ┃ ┗ Sorting/
 ┣ Algorithms(python)/
 ┃ ┣ Searching/
 ┃ ┗ Sorting/
 ┣ DataStructure(c++)/
 ┣ DataStructure(python)/
 ┣ Docs/
 ┣ .gitignore
 ┗ README.md