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.
- clone this repository locally
- run the following command to install any dependencies: "npm i"
- run the following command to run the tests: "npm t"