#!process kleiner perkins phone
1 messages · Page 1 of 1 (latest)
U deserve it congrats
was this the fellowship thing?
@languid gulch how’d you do on oa?
yuh
what was necessary
||nah idk how i did on sys design i felt it was correct but who knows string problem i aced.||
^
I thought fellowship is only for full time position no?
O nice do u remember the solution for string problem
I kept tle on the last two test cases
Was doing expansion from the middle to find the palindromes
sounds about right ??? do you remember the full question i i could maybe come up w same solution
i took oa same day it acme out so can't remember exact implementation
ill dm
oh nvm doesnt let me
i think the question was smth liek this
find the number of substrings that are "perfect" palindromes, where "perfect" means that u can compress sequential letters that are equal
ex: bbab is a perfect palindrome because bb -> b, and bab is a palindrome
compression is not required, but can be done if needed