The degree of the node is
how many lines connect to it
Who is Euler?
What is the "shortest path" of a network?
the minimum distance or time it takes to get from start to end
Is this a tree?
yes
What is an edge?
line
What does it mean to be traversable?
the variable that reprsents Euler's number is the letter...
e
which algorithm do we use to find shortest path?
Is this a tree?

no
what is a node?
dot
Two odd nodes or all even nodes mean
the network is traversable
What's the difference between an Euler Path and an Euler Circuit?
path- two odds as start and end points
circuit- all even
What is the first step to using Dijkstra's algorithm?
start at the start, and look for everywhere you can go
Which algorithm helps us find a minimum spanning tree?
Kruskal's
what is the weight?
number?
All even nodes imply the network is
a circuit
Which bridge prompted the discovery of graph theory?
Konigsberg
What is the working out that needs to be shown when finding the shortest path?
The sums of distances up that point and the crossout of larger distances
What is the first step of Kruskal's algorithm?
Put the edges in order from smallest to biggest
What is a network?
A diagram of anything interconnected (anything along those lines... no pun intended)
a path
How can we make a non-traversable network, traversable?
delete or add an edge
Explain Dijkstra's Algorithm.
It works by maintaining a set of visited nodes and a set of unvisited nodes, iteratively selecting the unvisited node with the smallest tentative distance to explore its neighbors
How do you know when you're done?
Only circuits are created, or each node is connected in the tree
How do we dram a network from a table
acceptable explanation