Graphs are a super-flexible concept which allows mathematicians and algorists to work with "relationships". If you can model some problem as a graph problem then you will unleash the power of many many powerful geeks!
Graphs are yet another type of binary relation on a set of nodes (sometimes a node is called a vertex) and the relations are the edges. An edge is just a connection between two nodes. If a graph is directed then the edges are arrows. If the edges are weighted then they also have a value associated with them. Don't let the generic-ness fool you into thinking they aren't powerful. You will study them in several future courses and they can be used to solve many interesting problems you wouldn't expect.
At cs.prof.ninja/slides you can peruse my lecture notes for CISC320 which deals with graphs heavily. The notes which introduce graphs are at class 11.
For instance a Fish Head is two movies (Apollo 13: Bacon and Paxton) from Kevin Bacon and thus at most 4 movies from any of these Kevins.
brain
to mind
?
Situation, sir. A neutron star is not neutral!
whose nodes are the ten letters in this sentence (the 1 point scrabble tiles btw) and whose edges are arrows from each letter to the next in the sentence. For example there is a directed edge from t
to i
and none from n
to a
.