Abhey Rana

Freelance developer

Abhey's Blog

12 Nov 2017

Maximum size of square sub matrix with all 1’s in a binary matrix

Problem Consider a binary matrix as shown in the figure below. You need to find the maximum size of square...

09 Nov 2017

Edit Distance

Problem Given two strings x and y, What is the cheapest possible way to convert x into y where following...

20 Jun 2017

Working with jar files in java

Whenever a developer wants to distribute a version of his software, then all he want is to distribute a single...