Programming through life
Ideas and tricks related to programming and computers in general.
Sunday, October 11, 2015
Maximum Product Subarray
›
One of the standard dp problems, the approach given below is similar to kadane algorithm for maximum subarray sum problem. The code given b...
Monday, August 31, 2015
Preparing for the Coding Interview
›
Here are a few things that I did while preparing for my placements and a few things that I think I should have done. This post is written...
Sunday, December 21, 2014
Getting started with Python API for Facebook
›
Install the repository with sudo pip install facebook-sdk Here is a sample program to print the name of your friends To ge...
Tuesday, December 16, 2014
SPOJ PRATA
›
The problem : www.spoj.com/problems/PRATA/ Solution: There are many solutions one can use binary search which is straight forward if yo...
Sunday, June 29, 2014
A list of algorithms for Competitive Programming
›
Solving problems on SPOJ, I realised I used to forget the algorithms which I had previously used. For this fallacy of mine I am listing the...
Monday, June 2, 2014
HTKBook Tutorial and Solutions
›
While re-creating the chapter 3 of the HTK I encountered the following problems and the solutions to the those problems when I found them ...
Friday, May 30, 2014
HTK
›
HMM Tool Kit has been around for very long and has many predefined tutorials. But stil I found them a little bit confusing the first time a...
‹
›
Home
View web version