Skip to content

Vishesh-Pandey/dsa-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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)