Algorithms with TypeScript
You can use the ts-node package.
$ npx ts-node script-name.ts
OR
$ npm install -g ts-node
$ ts-node script-name.ts
-
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- QuickSort
- Heap Sort
- Counting Sort
- Radix Sort
- Bucket Sort
- Bingo Sort Algorithm [To be added]
- Shell Sort
- TimSort
- Comb Sort
- Pigeonhole Sort
- Cycle Sort
- Cocktail Sort
- Strand Sort
- Bitonic Sort
- Pancake sorting [To be added]
- BogoSort or Permutation Sort [To be added]
- Gnome Sort [To be added]
- Sleep Sort – The King of Laziness [To be added]
- Stooge Sort [To be added]
- Tag Sort [To be added]
- Tree Sort [To be added]
- Odd-Even Sort / Brick Sort [To be added]
- 3-way Merge Sort [To be added]