Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.72 KB

README.md

File metadata and controls

61 lines (49 loc) · 1.72 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