Abhey Rana

Freelance developer

Algorithm

» Algorithm

Articles by category: Algorithm


Java
2017
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...