Computer Science Distilled by Wladston Ferreira Filho.
Code exercises, examples and personal notes.
⚠️ reading in progress...
-
Chapter 5. Algorithms
-
Chapter 6. Databases
-
Chapter 7. Computers
-
Chapter 8. Programming
install Mocha globally
npm install -g mocha
run the tests
npm run test
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.