Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 371 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 371 Bytes

typescript-sort

Implementing a simple bubble sort using TypeScript and modular abstract classes across numbers, strings, and linked lists.

TypeScript offers a lot of cool re-usable modular features. This tiny project highlights the use of JS classes to create one abstract class that "feeds" all child classes one bubble sort algo, across three different data types.