Skip to content

A repo for hands-on Data Structures and Algorithms practice in Python.

Notifications You must be signed in to change notification settings

premraval-pr/ds-algo-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS and Algo (Python)

A repo for hands on Data Structures and Algorithms practice in Python. There are a bunch of data structures as well as algorithms added. Feel free to add new or try and improve the already created ones.

Data Structures Added:

  • LinkedList
  • Stack
  • Queue
  • Binary Search Tree
  • AVL Tree
  • Red-Black Tree

Algorithms Added:

  • BFS (Breadth First Search)
  • DFS (Depth First Search)
  • BellmanFord
  • Dijkstra
  • Krushkal
  • Prim-Jarnik
  • Binary Search
  • BOGO Sort
  • Bubble Sort
  • Counting Sort
  • Insertion Sort
  • MergeSort
  • QuickSort
  • Radix Sort
  • Selection Sort
  • Shell Sort

Releases

No releases published

Packages

 
 
 

Languages