String manupulation classic interview questions

Posted by user189364 on Stack Overflow See other posts from Stack Overflow or by user189364
Published on 2010-04-14T06:14:35Z Indexed on 2010/04/14 6:22 UTC
Read the original article Hit count: 282

Hi, I am scheduled to have an onsite interview so I am preparing few basic questions. According to the company profile, they are big on string manipulation questions. So far i am manually coded these functions: 1) String length, copy, concat, remove white space 2) Reverse 3) Anagrams 4) Palindrome

Please can some can give me a list of more classic string questions which i can practice before going there.

© Stack Overflow or respective owner

Related posts about interview-questions

Related posts about string-manipulation