-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefs.bib
156 lines (140 loc) · 4.02 KB
/
refs.bib
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
% Algorithms
@Book{Goodrich2014,
author = {Goodrich, Michael and Tamassia, Roberto and Goldwasser, Michael},
title = {Data structures and algorithms in Java},
publisher = {Wiley},
year = {2014},
edition= {6},
address = {Hoboken, NJ},
}
@book{Cormen2009,
Author = {Thomas H. Cormen},
title = {Introduction to Algorithms},
publisher = {The MIT Press},
edition ={3},
year = {2009},
month = {jul},
}
@book{Garey1979,
author={Garey, Michael and Johnson, David},
year={1979},
title={Computers and Intractability: A Guide to the Theory of NP-Completeness},
publisher={W. H. Freeman and Company},
address={New York}
}
@inproceedings{Cook1971,
author = {Cook, Stephen A.},
title = {The Complexity of Theorem-proving Procedures},
booktitle = {Proceedings of the Third Annual ACM Symposium on Theory of Computing},
year = {1971},
pages = {151--158},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection{Karp1972,
doi = {10.1007/978-1-4684-2001-2_9},
url = {https://doi.org/10.1007/978-1-4684-2001-2_9},
year = {1972},
publisher = {Springer {US}},
pages = {85--103},
author = {Richard M. Karp},
title = {Reducibility among Combinatorial Problems},
booktitle = {Complexity of Computer Computations}
}
@article{Hartmanis1965,
year = {1965},
publisher = {American Mathematical Society ({AMS})},
volume = {117},
pages = {285--285},
author = {J. Hartmanis and R. E. Stearns},
title = {On the computational complexity of algorithms},
journal = {Transactions of the American Mathematical Society}
}
@Book{Matiyasevich1993,
author = {Yuri Matiyasevich},
title = {Hilbert's tenth problem},
publisher = {MIT Press},
year = {1993},
address = {Cambridge, Mass},
isbn = {978-0262132954}
}
@book{Kleinberg2005,
Author = {Jon Kleinberg and Eva Tardos},
title = {Algorithm Design},
description = {Algorithm Design},
publisher = {Pearson},
year = {2005},
isbn = {9780321295354},
}
% Languages
@Book{Koffman2008,
author = {Koffman, Elliot},
title = {Objetos, abstracao, estruturas de dados e projeto usando C},
publisher = {LTC},
year = {2008},
address = {Rio de Janeiro},
isbn = {9788521616047}
}
@Book{King2008,
author = {King, K. N.},
title = {C Programming : A Modern Approach},
publisher = {W.W. Norton \& Co},
year = {2008},
address = {New York},
edition= {2},
isbn = {978-0393979503}
}
% Theory
@book{Menezes2011,
Author = {Paulo B. Menezes},
title = {Linguagens Formais e Autômatos},
edition = {3},
publisher = {Bookman},
year = {2011}
}
@book{Diverio2011,
Author = {Tiaraju A. Diverio and Paulo B. Menezes},
Title = {Teoria da Computação. Máquinas Universais e Computabilidade},
Publisher = {Bookman},
Year = {2011},
edition = {3},
}
@book{Hopcroft2002,
Author = {John E. Hopcroft and Rajeev Motwani and Jeffrey D. Ullman },
Title = {Introdução à Teoria De Autômatos, Linguagens E Computação},
Publisher = {Elsevier},
Year = {2002},
edition = {1},
}
@book{Sipser2012,
Author = {Michael Sipser},
title = {Introduction to the Theory of Computation},
edition = {3},
publisher = {Cengage Learning},
year = {2012},
}
% Functional Programming
@book{Hutton2016,
Author = {Graham Hutton},
title = {Programming in Haskell},
description = {Programming in Haskell (Book, 2016)},
publisher = {Cambridge University Press},
year = {2016},
month = {sep},
}
@Book{Bird2015,
author = {Bird, Richard},
title = {Thinking Functionally with Haskell},
publisher = {Cambridge University Press},
year = {2015},
address = {Cambridge, United Kingdom},
isbn = {978-1107452640}
}
@Book{Doets2004,
author = {Doets, Kees and Eijck, Jan v.},
title = {The Haskell Road to Logic, Maths and Programming},
publisher = {King's College Publications},
year = {2004},
address = {London},
isbn = {978-0954300692}
}