Addition-chain exponentiation: Difference between revisions

Content added Content deleted
m (to exclude star chains, which are problematic anyway (not optimal in general))
m (→‎{{header|Go}}: now hopefully agreed upon)
Line 185: Line 185:


=={{header|Go}}==
=={{header|Go}}==

{{incorrect|go|The tasks explicitly asks to give only optimal solutions, star chains are not enough.}}


A non-optimal solution.
A non-optimal solution.