https://github.com/swetshaw/data-structures-and-algorithms
https://github.com/swetshaw/data-structures-and-algorithms
algorithm array array-manipulations data-structures data-structures-and-algorithms heapsort linked-list linked-list-in-python python-3
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swetshaw/data-structures-and-algorithms
- Owner: swetshaw
- Created: 2021-02-03T13:12:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T11:36:53.000Z (over 4 years ago)
- Last Synced: 2025-03-16T21:41:58.990Z (9 months ago)
- Topics: algorithm, array, array-manipulations, data-structures, data-structures-and-algorithms, heapsort, linked-list, linked-list-in-python, python-3
- Language: Jupyter Notebook
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-structures-and-algorithms
This repository contains the important questions on data structures and algorithm. The folders have been named based on their topic. Each folder has a jupyter notebook with the questions and their solutions.
All the questions have been solved using python.
## Content
- Arrays
- Linked List
- Graph
- Searching
- Sorting