Practicing for Multigraph & Hypergraph of Data Structure

Questions 1 of 10
  • Q. Given Adjacency matrices determine which of them are PseudoGraphs?
    i) {{1,0} {0,1}}
    ii) {{0,1}{1,0}}
    iii) {{0,0,1}{0,1,0}{1,0,0}}