Greedy algorithm for Egyptian fractions: Difference between revisions

m
(added solution with c#)
Line 45:
=={{header|C#|C sharp}}==
{{trans|Visual Basic .NET}}
<lang cscsharp>using System;
using System.Collections.Generic;
using System.Linq;
1,452

edits