Skip to content

MoaazAtik/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

DSA

Data Structures & Algorithms

This repo contains multiple implementations of various Algorithms and Data Structures utilizing the IntelliJ IDEA IDE.

Data Structures

  • Dynamic Array
  • Hash Table
  • Linked List
  • Queue
  • Priority Queue
  • Stack
  • Binary Search Tree
  • Graph (Directed/Undirected)
  • Adjacency List (AL)
  • Adjacency Matrix (AM)

Algorithms

  • Binary Search
  • Breadth First Search (BFS)
  • Depth First Search (DFS)
  • Interpolation Search
  • Linear Search
  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort
  • Recursion / Iteration

About

Data Structures & Algorithms (IntelliJ IDEA)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages