How would I go about checking to see if, for example, the word 'happy' can be made out of a string of letters, e.g. 'happybirthday'. In my program they are both sorted first, though, so technically I'm actually looking for 'ahppy' in 'aadbihhpprtyy'... How can I do this using a stringbuilder?
Thanks