Week 1 Flashcards
What is the definition of a tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/198/a_image_thumb.png?1652194029)
What is a theorem about the number of edges and the number of vertices of a connected graph?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/221/a_image_thumb.png?1652194096)
When is a connected graph a tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/320/a_image_thumb.png?1652194187)
When is a simple graph a tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/726/a_image_thumb.png?1652194224)
When is a connected simple graph a tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/802/a_image_thumb.png?1652194279)
What is a spanning tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/882/a_image_thumb.png?1652194317)
What is the definition of a Minimum Spanning Tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/949/a_image_thumb.png?1652194347)
What is Kruskals algorithm? What is it used for?
It is used to find the minimum spanning tree.
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/686/988/a_image_thumb.png?1652194517)
When does a weight departing from a subtree belong to a minimum spanning tree?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/687/158/a_image_thumb.png?1652194826)
When is a MST unique?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/687/811/a_image_thumb.png?1652194857)
What is the Prim(-Jarnik) algorithm?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/687/899/a_image_thumb.png?1652194914)
What are the commonalities and differences between Kruskals and Prims algorithm?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/688/091/a_image_thumb.png?1652194960)
What is the basic idea behind Dijkstra’s algorithm?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/688/173/a_image_thumb.png?1652195073)
What are the two algorithms used to find a shortest path?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/688/732/a_image_thumb.png?1652195102)
What is the notation used to find a shortest path (when using the Dijkstra’s algorithm)?
![](https://s3.amazonaws.com/brainscape-prod/system/cm/383/688/837/a_image_thumb.png?1652195278)