leetcode-notebook icon indicating copy to clipboard operation
leetcode-notebook copied to clipboard

316. 去除重复字母

Open JalanJiang opened this issue 6 years ago • 1 comments


  • [ ] 输出题解
  • [ ] 时间复杂度
  • [ ] 是否最优解

JalanJiang avatar Aug 27 '19 01:08 JalanJiang

  1. 不能删除的是一定存在的
  2. 在不能删的字母之前寻找比它小的最小字母加入

JalanJiang avatar Oct 18 '19 12:10 JalanJiang