Jump to content

File size distribution: Difference between revisions

m
Line 391:
</pre>
=={{header|Haskell}}==
<p>
Uses a grouped frequency distribution. Program arguments are optional. Arguments include starting directory and initial frequency distribution group size. Distribution groups of 0 are removed. After the first frequency distribution is computed it further breaks it down for any group that exceeds 25% of the total file count, when possible.
</p>
<lang haskell>{-# LANGUAGE LambdaCase #-}
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.