Knuth's power tree: Difference between revisions

Content added Content deleted
m (indented the power tree (graph).)
m (Normalised orthography)
Line 76: Line 76:
;References:
;References:
::*   Donald E. Knuth's book:   ''The Art of Computer Programming, Vol. 2'', Second Edition, Seminumerical Algorithms, section 4.6.3: Evaluation of Powers.
::*   Donald E. Knuth's book:   ''The Art of Computer Programming, Vol. 2'', Second Edition, Seminumerical Algorithms, section 4.6.3: Evaluation of Powers.
::*   link   [http://codegolf.stackexchange.com/questions/3177/knuths-power-tree codegolf.stackexchange.com/questions/3177/knuths-power-tree]     It shows a   '''Haskel''',   '''Python''',   and a   '''Ruby'''   computer program example   (but they are mostly   ''code golf'').
::*   link   [http://codegolf.stackexchange.com/questions/3177/knuths-power-tree codegolf.stackexchange.com/questions/3177/knuths-power-tree]     It shows a   '''Haskell''',   '''Python''',   and a   '''Ruby'''   computer program example   (but they are mostly   ''code golf'').
::*   link   [https://comeoncodeon.wordpress.com/tag/knuth/ comeoncodeon.wordpress.com/tag/knuth/]     (See the section on Knuth's Power Tree.)     It shows a   '''C++'''   computer program example.
::*   link   [https://comeoncodeon.wordpress.com/tag/knuth/ comeoncodeon.wordpress.com/tag/knuth/]     (See the section on Knuth's Power Tree.)     It shows a   '''C++'''   computer program example.
::*   link to Rosetta Code   [http://rosettacode.org/wiki/Addition-chain_exponentiation addition-chain exponentiation].
::*   link to Rosetta Code   [http://rosettacode.org/wiki/Addition-chain_exponentiation addition-chain exponentiation].