Summary and learning notes for Java and Design pattern, with personal practice code for several problems.
- Java Basic
- Concurrency and Multi-threading
- Data Structure Design
- Design Pattern
- OOD Practice
-
Download this repo to your local computer.
-
Open project in Java IDE (IntelliJ, VS Code, Eclipse...) and compile.
-
For each package, run
TestDriver.class
file to test and try to add test case.