Skip to content

Sort App

  • This App is a function which sort different types of data structure:
  • Characters
  • LinkedList
  • Numbers

Functionalities

  • Abstract class Sorter: A class which will never be created directly, only as a parent
  • Abstract methods: A promise to implement the method in the child class
  • Creation of child classes extending the Sorter class