OA. free
Free
Optym Core Computer Science Core Computer Science Medium

Which of the following is not a way to represent a graph?

Optym technical mcq question, verified with a worked answer. Free to practise - no sign-up.

Which of the following is not a way to represent a graph?

Choose one option.
Show answer & explanation
Answer: C. C) Incidence parquet

Standard graph representations include adjacency matrix, adjacency list, and incidence matrix. 'Incidence parquet' is a fictitious term.

Step-by-step Derivation:
Step 1: Graphs are formally represented using Adjacency Lists, Adjacency Matrices, and Incidence Matrices.
Step 2: 'Incidence parquet' does not exist as a data structure in graph theory.
Step 3: Option C is the correct answer.