Pergunta de entrevista da empresa Maventic

Replace a substring of A String with another substring n number of times without using any predefined functions (like replace , substring etc) n number of times.

Resposta da entrevista

Sigiloso

10 de out. de 2023

Solved it by checking alphabet by alphabet for the specified length of the substring.

1