A simple notebook where I write my understanding of different concepts related to computer science. This is made using mdBook.
Notebook should be accessible via this url. If, you're unable to access above link, you can try following steps:
- Install Rust programming language by following instructions on Rustup.
- Run
cargo install mdbook
- Go to
notebook
directory and runmdbook serve
- Open
http://localhost:3000
(port is changeable) to read the book.
For more information on mdBook, go here.