Knuth's power tree: Difference between revisions

m
used a new header (;References) instead of "See Also".
(corrected Haskell solution)
m (used a new header (;References) instead of "See Also".)
Line 74:
 
<br>
;References:
 
See::* &nbsp; Donald E. Knuth's book: &nbsp; ''The Art of Computer Programming, Vol. 2'', Second Edition, Seminumerical Algorithms, section 4.6.3: Evaluation of Powers.
::* &nbsp; link &nbsp; [http://codegolf.stackexchange.com/questions/3177/knuths-power-tree codegolf.stackexchange.com/questions/3177/knuths-power-tree] &nbsp; &nbsp; It shows a &nbsp; '''Haskel''', &nbsp; '''Python''', &nbsp; and a &nbsp; '''Ruby''' &nbsp; computer program example &nbsp; (but they are mostly &nbsp; ''code golf'').
 
See::* &nbsp; link &nbsp; [httphttps://codegolfcomeoncodeon.stackexchangewordpress.com/questionstag/3177knuth/knuths-power-tree codegolfcomeoncodeon.stackexchangewordpress.com/questionstag/3177knuth/knuths-power-tree] &nbsp; &nbsp; It(See showsthe asection &nbsp;on Knuth'''Haskel''',s Power Tree.) &nbsp; '''Python''', &nbsp; andIt shows a &nbsp; '''RubyC++''' &nbsp; computer program example &nbsp; (but they are mostly &nbsp; ''code golf'').
See::* &nbsp; link to Rosetta Code &nbsp; [http://rosettacode.org/wiki/Addition-chain_exponentiation addition-chain exponentiation].
 
See: &nbsp; link &nbsp; [https://comeoncodeon.wordpress.com/tag/knuth/ comeoncodeon.wordpress.com/tag/knuth/] &nbsp; &nbsp; (See the section on Knuth's Power Tree.) &nbsp; &nbsp; It shows a &nbsp; '''C++''' &nbsp; computer program example.
 
See: &nbsp; link to Rosetta Code &nbsp; [http://rosettacode.org/wiki/Addition-chain_exponentiation addition-chain exponentiation].
<br><br>