Programming through life
Ideas and tricks related to programming and computers in general.
Sunday, January 31, 2016
Elementary OS with ASUS zenbook
›
So I recently bought a Asus Zenbook UX305LA FC004T. It's in the same price range of a macbook air but with higher specs. Lookwise it lo...
Monday, January 25, 2016
Becoming better with vim
›
These are the things that I learn while on my vim journey Here is good list of articles that you should read, to start with this is an ex...
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...
‹
›
Home
View web version