Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.67 KB

README.md

File metadata and controls

60 lines (48 loc) · 1.67 KB

Lago

Lago logo

Credits: Illustration by unDraw

Build Status Badge

Data Structures and Algorithms library for JavaScript. Pretty much still WIP but some are available for viewing.

Contents

Data Structures

Algorithms

Development

$ yarn install
$ yarn test --watch

Before pushing/submitting PR

$ yarn check-all