learning
Is numpy array row or column vector
tldr: it is row vector, just automatically expanded/converted when doing matrix multiplication with the proper dimension. I was constantly…
Linked list in Rust
It is quite a hassle to learn the linked list in Rust, pure madness when you see expression like Option<Box<LinkedList>> for the first time.…
Composition over Inheritance
Why “Prefer Composition over Inheritance”? In a recent post, I shared my frustration with the complexity of my project's codebase. Basically…
LeetCode Problem Roadmap
How would your brain change after 500+ LeetCode problems?