Web Technologies
Android
Angular
BootStrap
ECMAScript
HTML
Image Processing
JavaScript
MVC
Onsen UI
React JS
SOAP UI
Vue.js
Cloud/DevOps Technologies
Amazon EC2
Ansible
Augmented Reality
AWS
Azure
Big Data
Cache Teachniques
Cassandra
Commercial Insurance
Cloud
CD
CI
Data Handling
Data using R
Data Science
DevOps
Gradle
Hadoop
HBase
HDFS
Hive
IOT
Jenkins
Machine Learning
MangoDB
NGINX
SOAP UI
Latest Technologies
5G Network
Agile
Android
Arduino
Augmented Reality
Commercial Insurance
C#
C++
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Image Processing
Java
Jenkins
Jira
JUnit
Kibana
Linux
MangoDB
Oracle
PHP
Python
QTP
R Language
Regression Analysis
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
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
Recent questions and answers in Data Structures & Algorithms
Home
Questions
Data Structures & Algorithms
0
votes
Arrays are best data structures …………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
array
0
votes
Linear arrays are also called ……………….
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
linear-array
0
votes
The simplest type of data structure is ………………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
data-structure
0
votes
The logical or mathematical model of a particular organization of data is called a ………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
data-structure
0
votes
…………………. 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
(
30.4k
points)
directed-tree
0
votes
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
(
30.4k
points)
acycalic-graph
0
votes
Which is/are the application(s) of stack
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
stack-applicaitons
0
votes
Any node is the path from the root to the node is called
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
tree-node
0
votes
The property of binary tree is
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
binary-tree
0
votes
Which of the following is not the type of queue?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
queue-type
0
votes
In general, the binary search method needs no more than ……………. comparisons.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
binay-search
0
votes
A ……….. is a graph that has weights of costs associated with its edges.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
network-graph
0
votes
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
(
30.4k
points)
data-structure
0
votes
There is an extra element at the head of the list called a ……….
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
head-element
0
votes
………… is not the operation that can be performed on queue.
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
sharadyadav1986
(
30.4k
points)
data-structure
0
votes
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
(
30.4k
points)
stack-size
0
votes
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
(
30.4k
points)
data-structure
0
votes
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
(
13.0k
points)
grapg
0
votes
Which of the following is not the internal sort?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
data-strcture
0
votes
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
(
13.0k
points)
data-search
0
votes
The number of comparisons done by sequential search is ………………
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
sequential-search
0
votes
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
(
13.0k
points)
data-structure
0
votes
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
(
13.0k
points)
directed-graph
0
votes
To represent hierarchical relationship between elements, Which data structure is suitable?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
data-elements
0
votes
Which of the following data structure is linear type?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
linear-data-structure
0
votes
Which of the following data structure is non linear type?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
non-linear
0
votes
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
(
13.0k
points)
data-structure
0
votes
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
(
13.0k
points)
data
structure
0
votes
Herder node is used as sentinel in …..
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
data-structue
0
votes
Which of the following is non-liner data structure?
answered
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
(
13.0k
points)
data-structure
To see more, click for all the
questions in this category
.
...