Knuth's power tree: Difference between revisions

m
added more languages (to what the links have for language examples).
m (added a link to another Rosetta Code task.)
m (added more languages (to what the links have for language examples).)
Line 67:
See:   Donald E. Knuth's book:   ''The Art of Computer Programming, Vol. 2'', Second Edition, Seminumerical Algorithms, section 4.6.3: Evaluation of Powers.
 
See:   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'').
 
See:   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.