Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 417 Bytes

Ye

This repository contains implementations of a few algorithms and data structures

Getting started

  • Run npm install to install the dependencies
  • Run npm run test to run the tests for the implementations
  • To run a specific test file
npm run test <test file name>
npm run test ./src/data-structures/singly-linked-list.test.js

References