1.0.0 • Published 7 years ago

@cmather/dsa v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Data Structures and Algorithms

A collection of data structures and algorithms for learning, practice and fun.

Install

> yarn install @cmather/dsa

Develop

Install

> git clone https://github.com/cmather/dsa
> cd dsa
> yarn install

Test

> yarn test

Hot Reload

> yarn start

Visit http://localhost:8080 to play with dsa in the browsesr.

You can find the application javascript file in test/app/index.js. This file will be compiled, with source maps inline, automatically by webpack.