Home

Awesome

<h1 align="center">Lago</h1> <div align="center"> <img src="assets/logo.svg" alt="Lago logo" width="400"/> <br> <p> <em>Credits: Illustration by <a href="https://undraw.co/">unDraw</a></em> </p> </div>
<div align="center"> <h3>💡 Practice implementing Data Structures and Algorithms in JavaScript for free on <a href="https://www.greatfrontend.com/focus-areas/data-structures-algorithms">GreatFrontEnd</a> 💡</h3> </div>

Contents

Common Data Structures and Algorithms implementations in JavaScript.

Data Structures

Algorithms

Development

$ yarn install
$ yarn test --watch

Before pushing/submitting PR

$ yarn check-all