Template:Introduction to Algorithms: Difference between revisions

Content deleted Content added
doc
add 4th edition, https://mitpress.mit.edu/books/introduction-algorithms-fourth-edition
 
(6 intermediate revisions by 4 users not shown)
Line 1:
{{Cite book
{{#invoke:Citation/CS1/Wrapper|cs1_wrapper
| last1 = Cormen
|template=cite book
|first1=Thomas H.
| last1 = Cormen
| first1 author1-link= Thomas H. Cormen
| last2= Leiserson
| author1-link=Thomas H. Cormen
|first2=Charles E.
| last2= Leiserson
| first2author2-link= Charles E. Leiserson
| last3= Rivest
| author2-link=Charles E. Leiserson
| first3= Ronald L.
| last3= Rivest
| author3-link=Ron Rivest
| first3= Ronald L.
| author4-linklast4= {{ #ifexpr: {{{edition|{{{1|0}}}}}}>1 | Clifford Stein }}
| author3-link=Ron Rivest
| last4first4= {{ #ifexpr: {{{edition|{{{1|0}}}}}}>1 | SteinClifford }}
| first4author4-link= {{ #ifexpr: {{{edition|{{{1|0}}}}}}>1 | Clifford Stein }}
|title=Introduction to Algorithms
| author4-link= {{ #ifexpr: {{{edition|{{{1|0}}}}}}>1 | Clifford Stein }}
| title -link= {{ #ifeq: {{{notitlelink}}}| 1 | Introduction to Algorithms | [[Introduction to Algorithms]] }}
| origyear orig-year= {{ #ifexpr: {{{edition|{{{1|0}}}}}}>1 | 1990 }}
| year = {{ #switch: {{{edition|{{{1}}}}}} | 1=1990 | 2=2001 | 3=2009 | 4=2022}}
| version edition= {{ #switch: {{{edition|{{{1|}}}}}} | 1=1st | 2=2nd | 3=3rd |#default 4= {{{edition|{{{1|4th}}}}}} }} edition
| publisher = MIT Press and McGraw-Hill
| edition =  
| isbn = {{ #switch: {{{edition|{{{1}}}}}} | 1=0-262-03141-8 | 2=0-262-03293-7 | 3=0-262-03384-4 | 4=0-262-04630-X}}
| publisher = MIT Press and McGraw-Hill
|pages={{{pages|}}}
| isbn = {{ #switch: {{{edition|{{{1}}}}}} | 1=0-262-03141-8 | 2=0-262-03293-7 | 3=0-262-03384-4}}
|chapter={{{chapter|}}}
}}<noinclude>{{documentation|content=
|mode={{{mode|}}}
{{cs1 wrapper|base=Cite book}}
|ref={{{ref|}}}
 
}}</noinclude>
== TemplateData ==
{{Documentation}}</noinclude>
{{TemplateData header}}
<templatedata>
{
"params": {
"edition": {
"description": "Edition number: 1, 2, or 3. Controls display of edition number, ISBN, and fourth author. May also be passed as the first unnamed parameter.",
"suggested": true,
"type": "number",
"autovalue": "3",
"aliases": [ "1" ]
},
"notitlelink": {
"description": "If value is non-empty, do not link the title to the Wikipedia article about the book.",
"example": "y"
},
"pages": {
"description": "Passed through to {{cite book}}.",
"type": "line"
},
"chapter": {
"description": "Passed through to {{cite book}}."
},
"ref": {
"description": "Passed through to {{cite book}}.",
"type": "line",
"example": "harv"
}
},
"description": "Inserts a [[Help:Citation Style 1|CS1]] reference to ''[[Introduction to Algorithms]]'' by Cormen, Leiserson, Rivest and Stein (CLR, or CLRS, depending on edition).",
"format": "inline"
}
</templatedata>
 
[[Category:Mathematics source templates|{{PAGENAME}}]]
}}</noinclude>