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

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

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