Programming through life

Ideas and tricks related to programming and computers in general.

Monday, November 23, 2015

Minimum No. of Jumps

›
Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represe...
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 ...
‹
›
Home
View web version

About Me

A
I blog about Computer Security, Computer Programming and other stuff that I think will be useful for people.
View my complete profile
Powered by Blogger.