Computer Science Distilled Book Save

🚧 Code and personal notes for the book Computer Science Distilled by Wladston Ferreira.

Project README

computer-science-distilled-book

Computer Science Distilled by Wladston Ferreira Filho.

Code exercises, examples and personal notes.

:warning: 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.

Open Source Agenda is not affiliated with "Computer Science Distilled Book" Project. README Source: iramirezc-learning/book-computer-science-distilled

Open Source Agenda Badge

Open Source Agenda Rating