Skip to content

This is a simple sorting app that can sort a number array, string or a linked list. Although interfaces were used to make the code re-usable in the beginning, abstract classes seemed more fit for the ovrerall purpose of the app.

Notifications You must be signed in to change notification settings

renjithbaby32/Sorter-App-Implementing-Design-Principles-With-Typescript-Using-Abstract-Classes-and-Interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorter-App-Implementing-Design-Principles-With-Typescript-Using-Abstract-Classes-and-Interfaces

This is a simple sorting app that can sort a number array, string or a linked list. Although interfaces were used to make the code re-usable in the beginning, abstract classes seemed more fit for the ovrerall purpose of the app.

Clone the repo and install the dependencies with npm install. Run npm start.

About

This is a simple sorting app that can sort a number array, string or a linked list. Although interfaces were used to make the code re-usable in the beginning, abstract classes seemed more fit for the ovrerall purpose of the app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published