Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 954 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 954 Bytes

Making Makers Make Things

Getting started

This project is built on node so you'll need to do the usual:

nvm use
npm install

You can run tests using a filter:

npm run test -- [filter]
npm run test -- linked-list-vs-array/array

Exercises

Following are a list of exercises to complete that should aid in your understanding.

Guidelines on what to do will either be in the linked Readme file or in a comment.

Data Structures:

Lists