smirking teapot
“I’m not an expert, I’m just a dude.” -Scott Schurr, CppCon 2015.
home
posts
tags
Recent posts
Jan 21, 2024
Filling the Gaps With Visitor Pattern
—
an attempt to untangle(?) some object-oriented behavioural patterns using Visitor Pattern as a medium.
Sep 10, 2023
Analysis of algorithms beyond the worst case
—
An introduction to the average case, probabilistic & amortized analysis of algorithms.
Jun 14, 2023
Understanding Negative Integer Literals
—
You can't write negative integers in your favorite programming language. But, why?