Recent Posts

Datascience Capstone Project

As a part of Coursera IBM data science professional certificate course, I studied data science using Python. This course helped understand what is data-scien...

Managing Operations

I was given charge of managing operations. I am coming from development background. My day to day job involved designing, coding and shipping release out. I ...

Odd even jump

Problem Definitation You are given an integer array A. From some starting index, you can make a series of jumps. The (1st, 3rd, 5th, …) jumps in the series...

Sliding Window Protocol

One of most asked question on sliding window algorithm is “Fruits in Basket” problem. There are many variations of this problem but basic premise is to find ...