Skip to content

Repository for housing all of my practice using data structures in JavaScript

Notifications You must be signed in to change notification settings

Adammonast/JavaScript-Data-Structures

Repository files navigation

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!

About

Repository for housing all of my practice using data structures in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published