Skip to content

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

Notifications You must be signed in to change notification settings

elliotgonzalez123/typescript-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published