Skip to content

9-я неделя. Контест: контейнеры, графы, списки и деревья #12

Open
tkhirianov opened this issue Sep 1, 2017 · 3 comments
Assignees

Comments

@tkhirianov
Copy link
Contributor

Обход списка. Обход дерева.
Добавление узла к дереву.
Балансировка дерева.

@wehaveacat wehaveacat changed the title 9-я неделя. Контест: списки и деревья 9-я неделя. Контест: графы, списки и деревья Oct 20, 2017
@wehaveacat
Copy link

Перевод графа из одной формы в другую.
Поиск в глубину. Поиск в ширину.
Поиск кратчайшего пути. Алгоритм Э.Дейкстры. Алгоритм Флойда-Уоршелла.

@wehaveacat
Copy link

  • контейнеры

@wehaveacat wehaveacat changed the title 9-я неделя. Контест: графы, списки и деревья 9-я неделя. Контест: контейнеры, графы, списки и деревья Oct 20, 2017
@wehaveacat
Copy link

wehaveacat commented Oct 23, 2017

  1. Sequence containers (vector/list) http://www.cplusplus.com/reference/stl/
  2. Container adaptors (stack/queue)
  3. set
  4. map
  5. multiple containers (embendded)
  6. Нахождение минимального необходимого количества мостов https://github.com/mipt-cs/problembook/tree/master/problems/graphs/mst/islands
  7. Восстановление кратчайшего пути при помощи алгоритма Дейкстры https://github.com/mipt-cs/problembook/tree/master/problems/graphs/bfs/dijkstra_path
  8. Поиск расстояний от заданной вершины до всех остальных https://github.com/mipt-cs/problembook/tree/master/problems/graphs/bfs/bfs_dist_all
  9. Дерево - сбалансированность https://github.com/mipt-cs/problembook/tree/master/problems/graphs/btree/btree_is_balanced
  10. Путь минимального веса из 3k+1 ребер https://github.com/mipt-cs/problembook/tree/master/problems/graphs/dijkstra/shortest_path_3k_plus_1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants