Education + Jobs Hiring Website - 2025
0 like 0 dislike
1,904 views
Given a string of length n , find the smallest substring of a string where each character from 'a' to 'z' , appears atleast once . Try to do it in  better than O(N*N) polynomial solution .
in Algorithms and Problems by Expert (145,220 points) | 1,904 views

Please log in or register to answer this question.