41.first-missing-positive

bucket sort, runtime 62.53 %

Xu LIANG
LeetCode Cracker
1 min readApr 6, 2019

--

Solution 1: bucket sort

First for loop to sort the array, and the second for loop to find the missing value.

--

--

Xu LIANG
LeetCode Cracker

I’m an engineer focusing on NLP and Data Science. I write stuff to repay the engineer community. You can find me on linkedin.com/in/xu-liang-99356891/