Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 442 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 442 Bytes

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)