TPK algorithm: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes - Replaced endash with hyphen in sortkey per WP:MCSTJR using AWB (9100)
Line 1:
{{refimprove|date=November 2011}}
{{in-textno citationsfootnotes|date=November 2011}}
The '''Trabb Pardo–Knuth algorithm''' is a [[computer program|program]] introduced by [[Donald Knuth]] and [[Luis Trabb Pardo]] to illustrate the evolution of computer [[programming language]]s.
 
Line 22:
 
==Implementations==
{{examplefarmexample farm|date=November 2011}}
 
===[[ALGOL 60]]===
Line 206:
</source>
 
===[[Pascal_Pascal (programming_languageprogramming language)| Pascal]]===
<source lang="pascal">
program TrabbPardoKnuth(input, output);
Line 333:
{{Donald Knuth navbox}}
 
{{DEFAULTSORT:Trabb Pardo-Knuth algorithm}}
 
[[Category:Programming language topics]]
[[Category:Donald Knuth]]