🗊Презентация Introduction to graphs

Нажмите для полного просмотра!
Introduction to graphs, слайд №1Introduction to graphs, слайд №2Introduction to graphs, слайд №3Introduction to graphs, слайд №4Introduction to graphs, слайд №5Introduction to graphs, слайд №6Introduction to graphs, слайд №7Introduction to graphs, слайд №8Introduction to graphs, слайд №9Introduction to graphs, слайд №10Introduction to graphs, слайд №11Introduction to graphs, слайд №12

Вы можете ознакомиться и скачать презентацию на тему Introduction to graphs. Доклад-сообщение содержит 12 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





Introduction to graphs
Lyzhin Ivan, 2015
Описание слайда:
Introduction to graphs Lyzhin Ivan, 2015

Слайд 2





Definition
G = (V, E)
V – vertexes
E – edges
Описание слайда:
Definition G = (V, E) V – vertexes E – edges

Слайд 3





Types
Directed/undirected
Weighted/unweighted
Simple graph/multigraph
Connected/unconnected
Bipartite
With cycles/without cycles
Описание слайда:
Types Directed/undirected Weighted/unweighted Simple graph/multigraph Connected/unconnected Bipartite With cycles/without cycles

Слайд 4





Ways of presenting in memory
Adjacency matrix
Описание слайда:
Ways of presenting in memory Adjacency matrix

Слайд 5





Ways of presenting in memory
Incidence matrix
Описание слайда:
Ways of presenting in memory Incidence matrix

Слайд 6





Ways of presenting in memory
List of edges
Описание слайда:
Ways of presenting in memory List of edges

Слайд 7





Ways of presenting in memory
Adjacency list
Описание слайда:
Ways of presenting in memory Adjacency list

Слайд 8





Problems without explicit graph
Labyrinth 
Number of objects
Описание слайда:
Problems without explicit graph Labyrinth Number of objects

Слайд 9





Basic algorithms
Depth-First Search (DFS)
Описание слайда:
Basic algorithms Depth-First Search (DFS)

Слайд 10





Basic algorithms
Breadth-First Search (BFS)
Описание слайда:
Basic algorithms Breadth-First Search (BFS)

Слайд 11





Examples
Find cycle in graph
Count number of connected components in graph
Find distance and path from one vertex to each other in unweighted graph
Описание слайда:
Examples Find cycle in graph Count number of connected components in graph Find distance and path from one vertex to each other in unweighted graph

Слайд 12





Home task
http://ipc.susu.ac.ru/210-2.html?problem=227
http://ipc.susu.ac.ru/210-2.html?problem=2236
http://ipc.susu.ac.ru/210-2.html?problem=54
http://ipc.susu.ac.ru/210-2.html?problem=1989
http://ipc.susu.ac.ru/210-2.html?problem=55
http://ipc.susu.ac.ru/210-2.html?problem=671
http://codeforces.com/problemset/problem/115/A
http://codeforces.com/problemset/problem/277/A
Описание слайда:
Home task http://ipc.susu.ac.ru/210-2.html?problem=227 http://ipc.susu.ac.ru/210-2.html?problem=2236 http://ipc.susu.ac.ru/210-2.html?problem=54 http://ipc.susu.ac.ru/210-2.html?problem=1989 http://ipc.susu.ac.ru/210-2.html?problem=55 http://ipc.susu.ac.ru/210-2.html?problem=671 http://codeforces.com/problemset/problem/115/A http://codeforces.com/problemset/problem/277/A



Похожие презентации
Mypresentation.ru
Загрузить презентацию