Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
/ algo-and-ds Public archive

A set of data structures and their algorithms.

Notifications You must be signed in to change notification settings

Jighdan/algo-and-ds

Repository files navigation

Algorithms and Data Structures

This is a repository to practice a handful of algorithms and data structures implementations.

Directory

Scripts

 # Installing dependencies
 $ yarn install;

 # Running tests
 $ yarn test;