Graph - Quiz

  • Aa) A node that has no outgoing edges
  • BA node that has no incoming edges
  • CA connection between two nodes in a graph
  • DA node that is connected to another node by an edge
  • AA graph in which every node is connected to every other node
  • BA graph in which every edge has a direction associated with it
  • CA graph in which every node has at most one outgoing edge
  • DA graph in which every node has at most one incoming edge
  • AA graph in which every node is connected to every other node
  • BA graph in which every edge has a direction associated with it
  • CA graph in which every node has at most one outgoing edge
  • DA graph in which every edge has no direction associated with it
  • AA graph in which every edge has a weight associated with it
  • BA graph in which every node has a weight associated with it
  • C A graph in which every edge has a direction associated with it
  • DA graph in which every node is connected to every other node
  • AA way to sort the vertices of a graph based on their degrees
  • BA way to sort the vertices of a graph based on their distances from a particular node
  • C A way to sort the vertices of a directed acyclic graph based on their dependencies
  • DA way to sort the edges of a graph based on their weights
  • A A graph in which there are no cycles
  • BA graph in which every node has a unique degree
  • C A graph in which every node is connected to at least one other node
  • D A graph in which every node is connected to every other node
  • AA sequence of nodes in a graph
  • BA sequence of edges in a graph
  • CA sequence of nodes and edges in a graph
  • DA cycle in a graph
  • AA sequence of nodes in a graph
  • BA sequence of edges in a graph
  • CA sequence of nodes and edges in a graph
  • DA path that ends where it starts
  • ATo find the shortest path between two nodes in a weighted graph
  • B To find the longest path between two nodes in a weighted graph
  • C To find the minimum spanning tree of a graph
  • DTo find the maximum flow in a network