Blog posts

2022

2019

2018

C++ Notes (1)

2 minute read

Published:

Notes on C++ (1).

Leetcode # 201-250

2 minute read

Published:

My solutions to some Leetcode problems ranging in #201-250.

Some Notes on ASM

4 minute read

Published:

ASM is an important tool for manipulating java bytecode. Here is a summary of typical problems when I was implementing a compiler using Java and ASM.