-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmesi.bib
37 lines (32 loc) · 992 Bytes
/
mesi.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
@book{hopcroft,
author = {John E. Hopcroft and Jeffrey D. Ullman},
title = {Introduction to Automata Theory, Languages, and Computation},
publisher = {Addison-Wesley},
edition = {first},
year = {1979}}
@book{kozen,
author = {Dexter Kozen},
title = {Automata and Computability},
year = {1997},
publisher = {Springer}}
@book{sipser3,
author = {Michael Sipser},
title = {Introduction to the Theory of Computation},
year = {2012},
edition = {3},
publisher = {Cengage Learning}}
@book{papadimitriou-lewis,
author = {Christos Papadimitriou and Harry Lewis},
title = {Elements of the theory of computation},
year = {1998},
publisher = {Prentice-Hall}}
@book{papadimitriou,
author = {Christos Papadimitriou},
title = {Computational Complexity},
year = {1994},
publisher = {Assison-Wesley}}
@book{garey-johnson,
author = {M. Garey and D. Johnson},
title = {Computers and {I}ntractability. {A} {G}uide to the {T}heory of {NP}-completeness},
year = {1979},
publisher = {W. H. Freeman and Company}}