Stack

Notes

  • before removing a value from stack, check if empty

  • If there are numbers inside strings to be transformed to ints, make sure that you get all decimal points (it is an edge case) leetcode 394. Decode String

Last updated