Skip to content

Files

Latest commit

8358854 · May 13, 2021

History

History
12 lines (9 loc) · 784 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 784 Bytes

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