level 1
studiaholic
楼主
原题链接https://leetcode.com/problems/remove-duplicate-letters/
原题为:
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.
里面的the smallest in lexicographical order among all possible results.是什么意思
2016年03月08日 12点03分
1
原题为:
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.
里面的the smallest in lexicographical order among all possible results.是什么意思