Skip to content

Data Structures

What is Adjacency list primarily used for?

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “What is Adjacency list primarily used for?”

The accepted answer is A. A way of representing a graph where each vertex stores a list of its neighboring vertices.. Adjacency list refers to a way of representing a graph where each vertex stores a list of its neighboring vertices.

Correct answer

A. A way of representing a graph where each vertex stores a list of its neighboring vertices.

Explanation

Adjacency list refers to a way of representing a graph where each vertex stores a list of its neighboring vertices.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs