Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Data Structures & Algorithms Interview Questions and Answers
Home
Questions
Data Structures & Algorithms
0
votes
Q: Arrays are best data structures …………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
array
0
votes
Q: Linear arrays are also called ……………….
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
linear-array
0
votes
Q: The simplest type of data structure is ………………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
data-structure
0
votes
Q: The logical or mathematical model of a particular organization of data is called a ………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
data-structure
0
votes
Q: …………………. Is a directed tree in which outdegree of each node is less than or equal to two.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
directed-tree
0
votes
Q: A …………… is an acyclic digraph, which has only one node with indegree 0, and other nodes have in-degree 1.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
acycalic-graph
0
votes
Q: Which is/are the application(s) of stack
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
stack-applicaitons
0
votes
Q: Any node is the path from the root to the node is called
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
tree-node
0
votes
Q: The property of binary tree is
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
binary-tree
0
votes
Q: Which of the following is not the type of queue?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
queue-type
0
votes
Q: In general, the binary search method needs no more than ……………. comparisons.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
binay-search
0
votes
Q: A ……….. is a graph that has weights of costs associated with its edges.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
network-graph
0
votes
Q: A graph is a collection of nodes, called ………. And line segments called arcs or ……….. that connect pair of nodes.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
data-structure
0
votes
Q: There is an extra element at the head of the list called a ……….
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
head-element
0
votes
Q: ………… is not the operation that can be performed on queue.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
data-structure
0
votes
Q: What will be the value of top, if there is a size of stack STACK_SIZE is 5
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
stack-size
0
votes
Q: The advantage of …………….. is that they solve the problem if sequential storage representation. But disadvantage in that is they are sequential lists.a s
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
data-structure
0
votes
Q: A graph is said to be ……………… if the vertices can be split into two sets V1 and V2 such there are no edges between two vertices of V1 or two vertices of V2.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
grapg
0
votes
Q: Which of the following is not the internal sort?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-strcture
0
votes
Q: In ……………, search start at the beginning of the list and check every element in the list.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-search
0
votes
Q: The number of comparisons done by sequential search is ………………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
sequential-search
0
votes
Q: In the …………….. traversal we process all of a vertex’s descendants before we move to an adjacent vertex.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-structure
0
votes
Q: A directed graph is ………………. if there is a path from each vertex to every other vertex in the digraph.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
directed-graph
0
votes
Q: To represent hierarchical relationship between elements, Which data structure is suitable?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-elements
0
votes
Q: Which of the following data structure is linear type?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
linear-data-structure
0
votes
Q: Which of the following data structure is non linear type?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
non-linear
0
votes
Q: Identify the data structure which allows deletions at both ends of the list but insertion at only one end.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-structure
0
votes
Q: Which data structure is used in breadth first search of a graph to hold nodes?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data
structure
0
votes
Q: Herder node is used as sentinel in …..
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-structue
0
votes
Q: Which of the following is non-liner data structure?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
data-structure
To see more, click for all the
questions in this category
.
...