Saturday, October 6, 2018

Learning from failed test case

Oct. 6, 2018

Introduction


I like to document my learning experience today since I worked on Leetcode easy level stack algorithm, design min stack. I did learn to design a stack to save non-decreasing elements in the stack, the online judge just failed my code, I had to carefully think about what is difference between non-decreasing and increasing.

Leetcode online judge is a great tool 


I like to train myself more using Leetcode online judge. Here is my blog about the practice.

I like to write down a few more tips to work with Leetcode online judge.




No comments:

Post a Comment