Jump to content

Greedy algorithm for Egyptian fractions: Difference between revisions

m
Added link to Boost library page to C++ solution
m (Added link to Boost library page to C++ solution)
Line 201:
 
=={{header|C++}}==
{{libheader|Boost}}
The C++ standard library does not have a "big integer" type, so this solution uses the Boost library.
<lang cpp>#include <iostream>
1,777

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.