book-computer-science-distilled
book-computer-science-distilled copied to clipboard
🚧 Code and personal notes for the book Computer Science Distilled by Wladston Ferreira.
computer-science-distilled-book
Computer Science Distilled by Wladston Ferreira Filho.
Code exercises, examples and personal notes.
:warning: reading in progress...
Quick Reference
- See the Algorithms & Data Structures List
Summaries
-
Chapter 1. Basics
-
Chapter 2: Complexity
-
Chapter 3. Strategy
-
Chapter 4. Data (incomplete)
-
Chapter 5. Algorithms
-
Chapter 6. Databases
-
Chapter 7. Computers
-
Chapter 8. Programming
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.