Skip to content

๐ŸŽ Sample data structures + sorting algorithms built using ReasonML (v3)

Notifications You must be signed in to change notification settings

JakeDawkins/reason-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Reason Examples

This is a project intended to showcase some basic data structures/algorithms in Reason (v3 syntax). I found it helpful for myself to work through some of these problems to learn more about typing (especially with the BST example) and how the reason/bucklescript tooling works.

If you have questions/comments, hit me up on twitter, or read the Contributing section below.

Current Examples

Installing locally

git clone https://github.com/JakeDawkins/reason-examples.git
npm i

Build

npm run build

Build + Watch

npm run watch

Running built js

node lib/js/src/sorting-algorithms/quicksort.js

Contributing

If you'd like to contribute, fork the Repo and open a PR back to master here. If you'd like to request an example, open an issue.

About

๐ŸŽ Sample data structures + sorting algorithms built using ReasonML (v3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published