-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.bib
34 lines (34 loc) · 1.35 KB
/
sources.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
@misc{wiki:german:dijkstra,
author = "Wikipedia",
title = "{Dijkstra-Algorithmus} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2020",
howpublished = {\url{http://de.wikipedia.org/w/index.php?title=Dijkstra-Algorithmus&oldid=200375007}},
note = "[Online; Aufgerufen am 10. Juli 2020]"
},
@misc{wiki:english:dijkstra,
author = "Wikipedia",
title = "{Dijkstra's algorithm} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2020",
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Dijkstra's\%20algorithm&oldid=966262952}},
note = "[Online; Aufgerufen am 11. Juli 2020]"
},
@misc{wiki:german:astar,
author = "Wikipedia",
title = "{A*-Algorithmus} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2020",
howpublished = {\url{http://de.wikipedia.org/w/index.php?title=A*-Algorithmus&oldid=198870453}},
note = "[Online; Aufgerufen am 11. Juli 2020]"
},
@misc{wiki:german:graphs,
author = "Wikipedia",
title = "{Graphentheorie} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2020",
howpublished = {\url{http://de.wikipedia.org/w/index.php?title=Graphentheorie&oldid=200172892}},
note = "[Online; Aufgerufen am 11. Juli 2020]"
},
@online{youtube:english:dijkstra,
title = {Dijkstra's Algorithm - Computerphile},
date = {8. Juli 2020},
url = {https://www.youtube.com/watch?v=GazC3A4OQTE},
note = "[Online, Aufgerufen am 08. Juli 2020]"
}