Classic string manipulation interview questions?
- by user189364
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?