Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 925 Bytes

README.md

File metadata and controls

59 lines (34 loc) · 925 Bytes

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.