Monday, March 26, 2018

Leetcode 41: Find missing positive

March 26, 2018

Introduction


I like to get organized on those mock interview algorithm. One algorithm is called Find first nonnegative integer in the array, I went over the practice and added the label. Also I found out that I need to work on the hard level algorithm Leetcode 41: Find missing positive.

It is my idea to practice 10 ideas based on Leetcode discussion in order to learn a hard level algorithm.


No comments:

Post a Comment