Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturalclar/merge-sort
merge-sort written in ReasonML
https://github.com/naturalclar/merge-sort
algorithm mergesort reasonml
Last synced: 24 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T02:48:50.000Z (over 4 years ago)
- Last Synced: 2024-11-06T05:35:50.728Z (2 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