This post gives a brief introduction to data visualization using python by making a small project.
String Equalization (Competitive Programming Problem)
This post discusses the solution to an interesting problem I found while browsing through Codeforces.
Significance of the number 50
For our 50th post, we bring to you the significance of the special number 50 in different aspects of our lives.
Evolution of Round Earth Theory
This post discusses how the round earth theory came into being.
Why the new Call of Duty game (COLD WAR) is amazing
This post analyses the release and features of the new alpha version of Call of Duty Black Ops: COLD WAR
AIMBOT – What is it and How does it work?
“AimBot” is A term we use quite often while gaming. However, it is often misunderstood and the people who use it may not know the mechanisms behind the working of “AimBot”.
Edit Distance – Dynamic Programming 3
This post discusses the solution to a popular 2 dimensional dynamic programming problem known as “Edit Distance”. A working understanding of dynamic programming is needed to understand this post.
SUPW – CodeChef
This post deals with the solution to a popular 1 dimensional dynamic programming problem. Recommended to read post on Dynamic Programming before reading this.
An Introduction to Dynamic Programming
This posts gives an introduction to the vast and important concept of dynamic programming. This will give anyone the tools needed to start writing complex DP algorithms.
Tower of Hanoi
“The tower of Hanoi” is a mathematical puzzle that was invented by the French mathematician Édouard Lucas in 1883. However, legend has it that this concept was originally invented by Indian priests who were acting out the command of an ancient prophecy.