1. 首页
  2. 数据库
  3. 其它
  4. 算法4.20

算法4.20

上传者: 2021-01-16 14:19:00上传 PDF文件 57.81KB 热度 10次
1、Remove K Digits Given a non-negative integer num represented as a string, remove k digits from the number so that the new number is the smallest possible. Note: The length of num is less than 10002 and will be ≥ k. The given num does not contain any leading zero. Example 1: Input: num = “1432219”,
用户评论