Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 258 Bytes

Typescript-sort

Implementation of bubble sort in Typescript for array of numbers, string and linked list values.

How to run

$ cd ../typescript-sort
$ npm install
$ npm start

Technologies used

  • NodeJS v16.13.0
  • Typescript v4.4.4