GraphSearchAndConnectivity Flashcards
(10 cards)
Non-exhaustive
I’m going to give you a highly non-exhaustive list on this slide.
Hop
跳
Ubiquitous
无所不在的
so this refers to the fairly ubiquitous actor Kevin Bacon.
Intermediate
中间的 中级的 媒介的
You need one intermediate point
Purported
传说的
谣传 声称
I’m going to call end endpoints of this purported edge U and W, where U is the explored one and W is the unexplored one.
Colloquial
白话的 通俗的
So the first specific search strategy we’re gonna study is the breadth first search, colloquially known as BFS.
Constitute
组成 构成
The neighbors of S will constitute layer-0.
Tentative
试验性的
You can think of this as a fairly cautious and tentative exploration of the graph.
Plunge
跳入
It’s a much more aggressive search, where you immediately try to plunge as deep as you can.
Backtrack
回溯 原路返回
It’s very much in the spirit of how you might explore a maze, where you go as deeply as you can only backtracking when absolutely necessary.