#what problems for tech2/3 ?

1 messages · Page 1 of 1 (latest)

untold forum
#

title

silver prairie
#

tech3: check if a string has a certain amount of distinct characters, follow up, remove a character and check if a string still has the right amount of distinct characters

#

i forgot tech2, if i recall ill put it here

stiff finch
#

why you had tech 3? I saw others only had tech 1 and tech2. Round 3 is hr

untold forum
#

no its 3 rounds of tech

#

then hr then hm

celest coyote
stiff finch
#

gotcha

wheat marlin
#

F

stark schooner
celest coyote
vivid parrot
#

was there any behavioral in tech1? or is it just resume + tech questions

silver prairie
#

just resume + tech questions

silver prairie
#

whether a string can be made cool:

s = 'random string'

S is cool if all the distinct characters in S appears the same times

Follow up is then:

"abb"-> can be made cool (if you remove 1 character)