algorithm.ts

contains famous and most widely used algorithm in computer science


Keywords
algorithm, typescript, javascript
License
ISC
Install
npm install algorithm.ts@1.0.1

Documentation

Author: @Aditya Kaushal

Date: August-2019

contains famous algorithms in computer science

under development and the language uses is TypeScript

#Right now contains Sorting Algorithms:

BubbleSort

SelectionSort

InsertionSort

MergeSort

#NOTE: Quick and Heap Sort are under Development and Test files haven't been written yet. Feel free to add your code and make it grow!

Kudos! Happy Coding