Friday, April 19, 2019

Leetcode 402: remove K digits - Using stack

April 19, 2019

Introduction


It is an easy solution to write using stack after I wrote a solution using brute force solution.

My solution


Here is the code I wrote using stack.


No comments:

Post a Comment