Edit Distance

gfg-potd

Given two strings str1 and str2. Return the minimum number of operations required to convert str1 to str2.The possible operations are permitted: Insert a character at any

Row with max 1s

gfg-potd

Given a boolean 2D array, consisting of only 1’s and 0’s, where each row is sorted. Find the 0-based index of

Scroll to Top