Education + Jobs Hiring Website - 2025
0 like 0 dislike
1,356 views

For proper oa or interview experiences list of all top tech companies visit :

https://oa.desiqna.in

https://interview.desiqna.in

 

image

 

in Online Assessments by Expert (44,360 points) | 1,356 views

1 Answer

0 like 0 dislike

Intelligent Substring
There are two types of characters in a particular language: special and normal. A character is special if its value is 1 and normal if its value is 0. Given string s, return the longest substring of s that contains at most k normal charecters. whether a character is normal is determined by a 26 digit bit string named charValue. Each digit in charValue correspondence to lowercase letter in English alphabet.

by Expert (44,360 points)