Abundant, deficient and perfect number classifications: Difference between revisions

Regularize header markup to recommended on category page
(Add Draco)
(Regularize header markup to recommended on category page)
Line 1,761:
</pre>
 
=={{header|C sharp|C#}}==
Three algorithms presented, the first is fast, but can be a memory hog when tabulating to larger limits. The second is slower, but doesn't have any memory issue. The third is quite a bit slower, but the code may be easier to follow.
 
Line 2,399:
</pre>
 
=={{header|F Sharp|F#}}==
<lang F#>
let mutable a=0
10,327

edits