Question: Plese help program in C++ and please explain. Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once
Plese help program in C++ and please explain. Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure your result is the smallest in lexicographical order among all possible results. Thank you.
Example:
Given "bcabc"
Return "abc"
Given "cbacdcbc"
Return "acdb"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
