Skip to content

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

Notifications You must be signed in to change notification settings

bembem1011/computer-science-distilled-book

 
 

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%