-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.txt
40 lines (19 loc) · 2.14 KB
/
links.txt
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
http://e-maxx.ru/algo/ - очень хорошие описания многих алгоритмов
http://sorting-algorithms.com/ - визуализация сортировок
http://lexmint.com/ - немного про сортировки и порядковые статистики
https://neerc.ifmo.ru/wiki/index.php?title=%D0%9F%D0%BE%D0%B8%D1%81%D0%BA%D0%BE%D0%B2%D1%8B%D0%B5_%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D1%8B_%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85 - хорошая таблица со сложностями операций в разных СД
http://www.apmath.spbu.ru/ru/staff/pogozhev/files/dvoichnye_derevya_poiska.pdf
https://brestprog.neocities.org/lections/heap.html - про кучу
http://tommikaikkonen.github.io/rbtree/# - красно-черное дерево (виз. вставки)
http://benpfaff.org/papers/libavl.pdf - сравнение разных видов BST на реальных данных
https://www.cs.usfca.edu/~galles/visualization/Algorithms.html - визуализация всего :)
https://habrahabr.ru/company/spbau/blog/210296/ - хорошая статья про splay-деревья
https://www.youtube.com/watch?v=YKt1kquKScY - видео про АВЛ деревья (англ)
http://intellect.ml/derevya-poiska-avl-derevo-splej-derevo-dekartovo-derevo-65/ - норм статья про АВЛ и Splay-деревья
https://habrahabr.ru/post/114154/ - кратко про B-деревья
https://neerc.ifmo.ru/wiki/index.php?title=B-%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%BE - поподробнее про В-дерево с кодом
http://e-maxx.ru/algo/stoer_wagner_mincut - Алгоритм штор-вагнера
http://rain.ifmo.ru/cat/view.php/theory/graph-spanning-trees/mst-2005 - MSTrees
https://neerc.ifmo.ru/wiki/index.php?title=%D0%90%D0%BB%D0%B3%D0%BE%D1%80%D0%B8%D1%82%D0%BC_%D0%B4%D0%B2%D1%83%D1%85_%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%86%D0%B5%D0%B2 - MST for directed graph
https://neo4j.com/developer/ - графовая БД
http://ru.discrete-mathematics.org/fall2015/3/complexity/lecture-3-4-np-complete.pdf - Сводимость задач