Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vishesh-pandey/dsa-python

Data Structures and Algorithms in Python
https://github.com/vishesh-pandey/dsa-python

algorithms binary-search bst bubble-sort data-structures data-structures-and-algorithms dsa dsa-python insertion-sort linear-search linked-list merge-sort python queue quick-sort searching selection-sort sorting stack tree

Last synced: 1 day ago
JSON representation

Data Structures and Algorithms in Python

Awesome Lists containing this project

README

        

# dsa-python

This repository covers the following topics related to Data Structures and Algorithms (DSA):

## Searching Algorithms
- Linear Search
- Binary Search

## Sorting Algorithms
- Bubble Sort
- Selection Sort
- Insertion Sort

## Linear Data Structures
- Stack
- Queue
- Linked List

## Divide and Conquer
- Merge Sort
- Quick Sort

## Non-Linear Data Structures
- Generic Tree
- Binary Search Tree (BST)