Skip to content

iramirezc-learning/book-computer-science-distilled

Repository files navigation

computer-science-distilled-book

Computer Science Distilled by Wladston Ferreira Filho.

Code exercises, examples and personal notes.

⚠️ reading in progress...

Quick Reference

Summaries

Tests

install Mocha globally

npm install -g mocha

run the tests

npm run test

Docs for Data Structures

install documentation.js globally

npm install -g documentation

generate the docs folder

npm run docs:build:data-structures

this will be generated inside the 04-data folder.