Skip to content

1mimhe/sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorter Mini Project

This is a mini project implemented in TypeScript that demonstrates a sorting utility for different data structures. The project includes a Sorter abstract class that provides a common interface for sorting various collections, such as arrays of numbers, strings, and linked lists.

Installation

To use this project, you need to have Node.js and npm installed on your machine.

  1. Clone the repository:
git clone https://github.com/1mimhe/sorter
  1. Navigate to the project directory:
git clone https://github.com/your-username/sorter
  1. Install dependencies:
npm install
  1. Run the project (It will run index.ts file, includes an example, you should change it):
npm start

Example

The example is in ‍‍‍‍‍‍index.ts, You can see its results with npm start command (to run the project).

About

Mini-project with TS and Run with Nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published