Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.
Example 1:
Input: num = "1432219", k = 3
Output: "1219"
Explanation: Remove the three digits 4, 3, and 2 to form the new number 1219 which is the smallest.
На этой странице сайта вы можете посмотреть видео онлайн 402. Remove K Digits || Top Interview Problem || Medium Level длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Mohit Bodhija 06 Март 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 63 раз и оно понравилось 6 зрителям. Приятного просмотра!