Monday, August 13, 2018

Find ways to master data structures

August 13, 2018

Introduction


It is time for me to find ways to improve my algorithm analysis ability. I like to find ways.

I made two mistakes last 3 months. First challenge is to use stack to construct the binary expression tree based on infix expression. Second one is to use minimum heap to find minimum value in a list of iterators.

I only solved 7 out of 39 stack algorithm on Leetcode.com. Here are the algorithm tagged by stack. And I only solved 4 out 31 heap algorithms.




No comments:

Post a Comment