-
Chao Yang A close look at Java
A close look at Java
Java JDK is a real treasure. You can learn many efficient data structure and algorithm implementation from it. As a well-grounded Java programmer, every time you revisit Java library, you can always find something new.
-
Go! My JVM CHAO YANG
Go! My JVM
This book is what I explore how to implement a JVM in Go programming language. It includes the design idea about a simplified JVM. It is really for impatient Java developers with little C/C++ experience.
-
Chao Yang Algorithm Pathway
Algorithm Pathway
This minibook is a collection of algorithm practice on LeetCode, HackerRank etc. I hope to get some general patterns to address some category of problems and especially the thought process when devising a solution.