Skip to content

ajdev-1/algorithms-and-datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and datastructures collection

This repository contains several algorithm and datastructure implementations, I built during interview preparation. The implementations are written in JavaScript/ TypeScript.

Contents

Datastructures

  1. Min/Max-Heap

Sorting algorithms

  1. Bubble sort
  2. Quick sort
  3. Merge sort