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: 332
interview-questions
|string-manipulation
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:
- String length, copy, concat, remove white space
- Reverse
- Anagrams
- 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