how can i find out a substring of minimum length having at least k times same character(for example k times a)of a string(please in C)
a problem
how can i find out a substring of minimum length having at least k times same character(for example k times a)of a string(please in C)