Classic string manipulation 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 7:13 UTC
Read the original article Hit count: 304

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 have 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