Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecuriousjuel/data-structure-and-algorithm

This repository contains all the Data Structure and Algorithms that I have worked on. Implementation of these data structures and algorithms are done using the Python programming language.
https://github.com/thecuriousjuel/data-structure-and-algorithm

algorithms-and-data-structures data-structures dsa python-3

Last synced: 18 days ago
JSON representation

This repository contains all the Data Structure and Algorithms that I have worked on. Implementation of these data structures and algorithms are done using the Python programming language.

Awesome Lists containing this project

README

        

# Data-Structure-and-Algorithm

This repository contains all the Data Structure and Algorithms that I have worked on.
Programming language used is Python, which is an high level object oriented programming language.


Data Structures
1. Arrays
2. Linked Lists
3. Stacks
4. Queues
5. Heaps
6. Dictionary/HashMaps
7. Binary Trees
8. Binary Search Trees
9. Graphs

Algorithms
1. Brute Force
2. Greedy
3. Recursion
4. Divide and Conquer
5. Dynamic Programming