SV
StudyVirus
Get our free app!Download Free

Data Structures — Set 2

Computers · डेटा संरचनाएं · Questions 1120 of 50

00
0/10
1

A 'Heap' is a specialized tree-based data structure used primarily for implementing which of the following?

2

Which type of linked list allows for traversal in both forward and backward directions?

3

In an Array, what is the term used for the position of an element starting from zero?

4

Which data structure is typically used to represent a file system in a modern computer?

5

What is the time complexity for searching an element in a balanced Binary Search Tree (BST)?

6

Which graph representation uses a two-dimensional matrix to show connections between nodes?

7

Which data structure is used to implement a 'Breadth First Search' (BFS) algorithm on a graph?

8

Which of the following describes a 'Full Binary Tree'?

9

The process of rearranging data in a specific order (ascending or descending) is called?

10

Which data structure allows insertion and deletion from both ends?