-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.bib
55 lines (49 loc) · 1.23 KB
/
template.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
@book{AHO88,
author = {Aho, Alfred and Hopcroft, John and Ullman, Jeffrey},
title = {Estructuras de Datos y Algoritmos},
year = {1988},
edition = {1ra},
publisher = {Pearson - Addison Wesley}
}
@book{NY06,
author = {Nyhoff, Larry},
title = {TADs, Estructuras de datos y resoluci\'on de problemas con C++},
year = {2006},
edition = {2da},
publisher = {Pearson}
}
@book{COR,
author = {Cormen, Thomas},
title = {Introduction to Algorithms},
year = {2009},
edition = {3ra},
publisher = {The MIT Press}
}
@book{SED,
author = {Sedgewick, Robert},
title = {Algorithms in C++},
year = {2006},
publisher = {Addison Wesley}
}
@book{STR,
author = {Stroustrup, Bjarne},
title = {The C++ Programming Language},
year = {2013},
publisher = {Addison-Wesley Professional}
}
@article{RAM15,
author = {Ramírez, Esmitt},
title={{Alpha: Una notación algorítmica basada en pseudocódigo}},
journal={Télématique},
year={2015},
volume={14},
number={1},
pages={97-121}
}
@TECHREPORT{RIX,
AUTHOR = {Scalise, Eugenio and Carmona, Rhadamés},
TITLE = {Análisis de Algoritmos y Complejidad},
NUMBER = {ND-2001-05},
INSTITUTION = {Lecturas en Ciencias de la Computación, Escuela de Computación, UCV},
YEAR = {2001}
}