An explanation on how to approach recursively reversing a linked list in C.
Reverse a linked list (recursive solution) - explanation
September 10, 2018 | Read the full article
An explanation on how to approach recursively reversing a linked list in C.
September 10, 2018 | Read the full article
A guide to understanding double pointers in C for newcomers to the language.
November 14, 2016 | Read the full article
Notes on aggregation functions in SQL. Complete with exercise questions.
January 18, 2016 | Read the full article
Notes on calculated fields in SQL. Complete with exercise questions.
January 11, 2016 | Read the full article
Notes on wildcard filtering in SQL. Complete with exercise questions.
December 28, 2015 | Read the full article
A detailed proof of this important Lemma which fuels the Euclidean Algorithm.
September 22, 2014 | Read the full article
Covers topic such as shifts, AND, OR, XOR, and common procedures performed on bits.
December 03, 2013 | Read the full article
Solutions and explanations of K&R ch1 exercises that I find interesting.
November 27, 2013 | Read the full article
Part 2 of my journey of teaching myself the C programming language. We cover data types, operators, type conversions, and more!
November 25, 2013 | Read the full article
A one minute tutorial on how to convert Octal/Hex values to Binary(and back).
November 24, 2013 | Read the full article