Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

This repository serves as a centralized resource for mastering data structures and algorithms, particularly focusing on topics commonly encountered in technical interviews. Each section contains code implementations, detailed explanations, and sample problems to facilitate effective learning and revision.

Note

This repository also includes some leetcode problem solutions and custom implementation of data structures

📂 Data Structures

  • Array
  • ArrayList
  • Linked List
  • Stack
  • Queue
  • Deque
  • Set
  • Map

⚙️ Algorithms

Search

  • Linear
  • Binary

Sort

  • Buble
  • Selection
  • Insertion
  • Quick Sort
  • Merge Sort
  • Heap Sort

Other

  • Big O (Time and Space complexity)
  • Recursion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages