Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.69 KB

File metadata and controls

51 lines (32 loc) · 1.69 KB

JavaScript Data Structures Review

This repository contains all my review into data structures using JavaScript

NPM Version Build Status

This repository is useful for any developer looking to take a deep dive into JavaScript data structures. Within the each file are fully built-out functions and methods with comments thoroughly explaning what each piece of the code is doing. I created and utilized this project for the computer science portion of the Lambda School curriculum.

Future plans for this project include: adding more comments to the data structures without them (LL, graphs, etc) and adding code challenges with test files to further practice this material.

Get Started

Fork/clone the repository

Using VSCode and a Command Line:

cd into your newly cloned repository
Create a new branch

Development setup

After you have created your branch, choose which file you want to review and run:

node <filename>

Release History

  • 0.0.1
    • Work in progress

Meta

Adam Monast – LinkedInadammonast@gmail.com

Check out my other projects!