Computer Science Notes¶
Getting Started¶
In this website, I'll work on my notes about several topics:
- Parallel and Concurrent Programming with C++
- Operating System
- Maching Learning
- JavaScript Data Structures and Algorithms
How I generate this website¶
I use the static site generator MkDocs and the beautiful theme Material for MkDocs to build this website!
All mathematical equations are rendered by KaTeX, and I added overflow-x: auto
to prevent overflow issue on small screen devices, so you can scroll horizontally in some math display equations.
More Informations¶
For more informations please visit my GitHub site.
By Jay Chen on May 14, 2018.