Tuesday, June 9, 2015

leetcode 164: Maximum Gap - a Distribution sort (bucket, counting, radix) algorithm

Here is the leetcode link I am reading in the morning on April 4, 2015.
And then, find out myself to read this article from the following links, try to find readable explanation about the algorithms related to distribution sort algorithms.

May 22, 2016   (30 minutes at least)
Review the solution on this blog:


Read blogs talking about algorithm first, 

Distribution Sort - 分布排序
Radix Sort - 基数排序

Actionable Items:
Spend 4 hours + work on code implementation, Java, C++ -> C# code. 

No comments:

Post a Comment