https://github.com/zeioth/algorithm2
Slightly out of time, but done
https://github.com/zeioth/algorithm2
Last synced: about 1 year ago
JSON representation
Slightly out of time, but done
- Host: GitHub
- URL: https://github.com/zeioth/algorithm2
- Owner: Zeioth
- Created: 2023-05-09T16:59:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T15:22:59.000Z (about 3 years ago)
- Last Synced: 2025-03-27T13:47:13.440Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# algorithm2
Part of the codelity entry test for CommerceHub.
## What is this
This project simulates the codelity environment. It can be used to verify the code runs correctly.
## Dependencies
It is adviced to install the dependencies globally, but typescript can be installed locally if prefered.
nodejs
typescript
## How to use
```sh
// This transcompiles to js and run the code
tsc ./main.ts --lib es2015,dom
node main.js
```