https://github.com/naturalclar/merge-sort
merge-sort written in ReasonML
https://github.com/naturalclar/merge-sort
algorithm mergesort reasonml
Last synced: 8 months ago
JSON representation
merge-sort written in ReasonML
- Host: GitHub
- URL: https://github.com/naturalclar/merge-sort
- Owner: Naturalclar
- Created: 2020-05-22T02:48:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T02:48:50.000Z (over 5 years ago)
- Last Synced: 2025-02-16T09:27:18.210Z (10 months ago)
- Topics: algorithm, mergesort, reasonml
- Language: Reason
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Reason Template
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
# Build
```
npm run build
```
# Build + Watch
```
npm run start
```
# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically