Blog
RSS Feed2026

Merge K Sorted Lists
Yesterday, I looked into solving the merge K sorted lists problem on LeetCode. The difficulty level was hard, but it has an acceptance rate of 59.7%.
May 107 min read

Application of Discrete Mathematics principles in Algorithms.
I've recently been doing some refresher courses on discrete mathematics by studying online resources such as Dr. Trefor Bazett's YouTube course, which includes very broad lectures on many principles, and reading Oscar Levin's book on the subject.
May 035 min read

More on Kubernetes.
So I decided to get right into working with Kubernetes because that does help with learning how to operate a cluster. It also gives context for further study.
May 037 min read

My Introduction to Kubernetes.
This is a tool for orchestrating containers in a containerized application running on one or many machines on the cloud or in hybrid situations. These containers are usually Docker containers, but Kubernetes can manage any container that follows the Open Container Initiative.
April 265 min read