A simple proof of the equally simple claim that the sum of two even numbers is also even.
Proving the sum of two even numbers is even
December 30, 2012 | Read the full article
A simple proof of the equally simple claim that the sum of two even numbers is also even.
December 30, 2012 | Read the full article
Part 2 of dynamic programming notes. We'll learn about weight matrices, distance matrices, and how we can use dynamic programming concepts to find the shortest paths in a weighted graph with the help of Floyd's algorithm.
December 12, 2012 | Read the full article
Part 1 of extensive notes discussing the fundamentals of dynamic programming. Examples in these notes include the Fibonacci sequence, the Binomial Formula, and Warshall's algorithm. Python implementations of the algorithms are provided.
December 10, 2012 | Read the full article
In this screencast, we cover the basics of pointers in C.
December 07, 2012 | Read the full article