https://github.com/sguessou/sorter-ts
Typescript
https://github.com/sguessou/sorter-ts
concurrently nodejs npm typescript
Last synced: 2 months ago
JSON representation
Typescript
- Host: GitHub
- URL: https://github.com/sguessou/sorter-ts
- Owner: sguessou
- Created: 2019-09-24T13:20:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T13:34:41.000Z (over 3 years ago)
- Last Synced: 2025-03-15T09:44:30.126Z (over 1 year ago)
- Topics: concurrently, nodejs, npm, typescript
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorter in Typescript
Small app in typescript for sorting arrays, strings and linked lists.
The goal is to showcase the use of Typescript for this type of problem.