Recent Posts

General updates

less than 1 minute read

It has been a while since I posted on here. I am still doing leetcode problems in preparation for interviews. I have not put solutions up as I decided to foc...

Leetcode 402. Remove K Digits

3 minute read

Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.