Recent Posts

Every now and then I encounter algorithms that is both intuitive as well as far-reaching. The algorithm to be described...Read more

I like seeing elegant algorithms arise out of prodigious mathematical methods. One such is calculating day of any date in...Read more

One of the remarkable features of Modern C++ is variadic templates. Ability of templates to take variable number of was...Read more

Median is considered one of the important measures in Statistics. Unlike Mean, it is not skewed by a few very...Read more

I recently had a chance to watch an interesting CppCon lecture by Arthur O’Dwyer titled Back To Basics: Smart Pointers....Read more

Quack is an unique data structure that combines the properties of both Stack and a Queue. The structure can be...Read more