breadth-first search

Post on 17-Feb-2016

36 Views

Category:

Documents

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

Graph Primitives. Breadth-First Search. Design and Analysis of Algorithms I. Overview and Example. The Code. Basic BFS Properties. Application: Shortest Paths. Application: Undirected Connectivity. Connected Components via BFS. - PowerPoint PPT Presentation

TRANSCRIPT

Graph Primitives

Breadth-First SearchDesign and Analysis

of Algorithms I

Tim Roughgarden

Overview and Example

Tim Roughgarden

The Code

Tim Roughgarden

Basic BFS Properties

Tim Roughgarden

Application: Shortest Paths

Tim Roughgarden

Application: Undirected Connectivity

Tim Roughgarden

Connected Components via BFS

top related