Differences
This shows you the differences between two versions of the page.
projs:clans:docs:snd:countdistribution [2014/01/20 11:11] yoyoliliu created |
projs:clans:docs:snd:countdistribution [2014/01/21 14:26] (current) yoyoliliu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== CountDistribution ====== | ====== CountDistribution ====== | ||
+ | Return a sorted list which length of top. | ||
+ | |||
+ | ====== Description ====== | ||
+ | Provide a sort function to support other functions in class Distribution. | ||
+ | ====== Parameter ====== | ||
+ | - list: | ||
+ | - top: | ||
+ | ====== Return ====== | ||
+ | A sorted list | ||
+ |