Author name: Admin

N meetings in one room

gfg-potd

You are given timings of n meetings in the form of (start[i], end[i]) where start[i] is the start time of meeting i and end[i] is the finish time

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

Scroll to Top