-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcormensol.bib
More file actions
122 lines (108 loc) · 3.47 KB
/
cormensol.bib
File metadata and controls
122 lines (108 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@Book{clrs2,
author = "Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest and Clifford Stein",
title = "Introduction to Algorithms",
publisher = "The MIT Press and McGraw-Hill",
year = "2001",
edition = "2"
}
@Book{clrs3,
author = "Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest and Clifford Stein",
title = "Introduction to Algorithms",
publisher = "The MIT Press",
year = "2009",
edition = "3"
}
@Book{clrs4,
author = "Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest and Clifford Stein",
title = "Introduction to Algorithms",
publisher = "The MIT Press",
year = "2022",
edition = "4"
}
@Book{clrs2pl,
author = "Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest and Clifford Stein",
title = "Wprowadzenie do algorytmów",
publisher = "Wydawnictwa Naukowo-Techniczne",
series = "Klasyka informatyki",
address = "Warszawa",
year = "2004",
edition = "6"
}
@Book{taocp1frag,
author = "Donald E. Knuth",
title = "The Art of Computer Programming, Volume 1: Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1997",
edition = "3"
}
@Book{concrete,
author = "Ronald L. Graham and Donald E. Knuth and Oren Patashnik",
title = "Matematyka konkretna",
publisher = "Wydawnictwo Naukowe PWN",
address = "Warszawa",
year = "2009",
edition = "4"
}
@Book{latex,
author = "Leslie Lamport",
title = "\LaTeX: A Document Preparation System",
publisher = "Addison-Wesley",
year = "1994",
edition = "2"
}
@Book{texbook,
author = "Donald E. Knuth",
title = "The \TeX book",
publisher = "Addison-Wesley",
address = "Massachusetts",
year = "1984"
}
@Manual{pgfmanual,
author = "Till Tantau",
title = "The TikZ and PGF Packages -- Manual for version 3.1.9a",
month = "sierpień",
year = "2015",
note = "(\url{http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf})"
}
@Manual{im2aita,
author = "Thomas H. Cormen and Clara Lee and Erica Lin",
title = "Instructor's Manual to Accompany Introduction to Algorithms Second Edition",
publisher = "The MIT Press",
year = "2002"
}
@Article{ulamspiral,
author = "Stanisław M. Ulam and Myron L. Stein and Mark B. Wells",
title = "A Visual Display of Some Properties of the Distribution of Primes",
journal = "American Mathematical Monthly",
volume = "71",
number = "5",
pages = "516--520",
year = "1964"
}
@Misc{ramseynumber,
author = "Eric W. Weisstein",
title = "Ramsey Number",
howpublished = "From MathWorld -- A Wolfram Web Resource",
note = "(\url{http://mathworld.wolfram.com/RamseyNumber.html})"
}
@Misc{montyhall,
author = "Eric W. Weisstein",
title = "Monty Hall Problem",
howpublished = "From MathWorld -- A Wolfram Web Resource",
note = "(\url{https://mathworld.wolfram.com/MontyHallProblem.html})"
}
@Misc{threeprisoners,
author = "{Wikipedia contributors}",
title = "Three Prisoners problem -- {W}ikipedia{,} The Free Encyclopedia",
year = "2004",
howpublished = "\url{https://en.wikipedia.org/wiki/Three_Prisoners_problem}"
}
@Article{lambertwfunction,
author = "Robert M. Corless and Gaston H. Gonnet and Dave E. G. Hare and David J. Jeffrey and Donald E. Knuth",
title = "On the {L}ambert {$W$} function",
journal = "Advances in Computational Mathematics",
volume = "5",
number = "1",
pages = "329--359",
year = "1996"
}