Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thecuriousjuel/data-structure-and-algorithm
- Owner: thecuriousjuel
- Created: 2022-02-26T11:27:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T03:05:21.000Z (over 2 years ago)
- Last Synced: 2024-11-07T16:07:42.654Z (2 months ago)
- Topics: algorithms-and-data-structures, data-structures, dsa, python-3
- Language: Jupyter Notebook
- Homepage:
- Size: 18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. GraphsAlgorithms
1. Brute Force
2. Greedy
3. Recursion
4. Divide and Conquer
5. Dynamic Programming