/core-data-structures

Tests and implementations for common data structures.

Primary LanguageJavaScriptMIT LicenseMIT

Core Data Structures

Tests and implementations for common data structures.

Base repository for the Core Data Structures goal. See specs and quality rubric in the CONTRACT.md file.

Installation and Setup

  1. clone this repository locally
  2. run the following command to install any dependencies: "npm i"

Usage and Examples

  1. run the following command to run the tests: "npm t"