president_matrix_test, an Octave code which calls president_matrix(), which defines a sort of graph "adjacency" matrix for US presidents. Presidents I and J are "adjacent" if there was any year in which they were both alive, that is, if their lifespans overlap.
The information on this web page is distributed under the MIT license.
president_matrix an Octave code which defines a sort of graph "adjacency" matrix for US presidents. Presidents I and J are "adjacent" if there was any year in which they were both alive, that is, if their lifespans overlap.