A set of rules to be followed during calculations or other problem solving operations is what defines algorithm. Computational complexity for instance defines clearly the major concern of algorithm, which is efficiency, which involves how much time and memory required to solve problem. Bt0080 - Fundamentals of algorithms will help you understand what algorithm is all about.
Definiteness
Finiteness
Correctness
Effectiveness
Rate this question:
Direct sequencing
Indirect sequencing
Direct selection
Indirect selection
Rate this question:
Strictly monotonically increasing function
Monotonically decreasing function
Strictly monotonically decreasing function
Mod function
Rate this question:
Ceiling function
Floor Function
Monotonically increasing function
Exponentiation Function
Rate this question:
Exponential
Floor Function
Ceiling function
Monotonically increasing function
Rate this question:
A
B
C
D
Divide and conquer
Decrease and conquer
Space and time tradeoff
Greedy method
Rate this question:
[1:n]
[2n:n]
[1:2n]
[2:n]
Rate this question:
Optimal solution
Local solution
Exact solution
Correct solution correct solution correct solution
Rate this question:
Divide and conquer technique
Greedy technique
Decrease and conquer technique
Time and space tradeoff
Rate this question:
When the shortest path to the destination vertex is found
When all the vertices in the graph are included to the path
When the vertices together form a cycle
When the minimum spanning tree is constructed
Rate this question:
Backward approach
Forward approach
Top down approach
Bottoms up approach
Rate this question:
Undirected graph
Directed graph
Directed as well as undirected graph
Type of tree
Rate this question:
Matrix A
Array A
Graph A
Tree A
Rate this question:
8-tuples (x1…… x8),
12-tuples (x1…… x12),
16-tuples (x1…… x16),
4-tuples (x1…… x4),
Rate this question:
3.34%
2.34%
1%
4.34%
Rate this question:
Systematically
Logically
Periodically
Non- systematically
Rate this question:
FIFO
LIFO
LILO
FILO
Rate this question:
FIFO
LIFO
FILO
LILO
Rate this question:
State space tree
Binary search tree
Syntax tree
Flowchart
Rate this question:
Lower bound
Upper bound
Space complexity
Average bound
Rate this question:
Descendent
Identical
Differ
Local
Rate this question:
Comparison
Differentiation
Multiplication
Division
Rate this question:
Self-loop
Open loop
Closed vertex
Open vertex Open vertex Open vertex
Rate this question:
Linear complex
1 – complex
One-dimensional complex
Linear complex, or a 1 – complex, or a one-dimensional complex
Rate this question:
Nonintersecting
Intersecting
Crossed
Easy
Rate this question:
A collection of trees is called a forest.
Almost complete binary tree
Binary tree
Parser tree
Rate this question:
Null tree
Rooted tree
Graph
Forest
Rate this question:
Binary tree.
Complete binary tree
Almost complete binary three
Forest
Rate this question:
1736
1730
1836
1730
Rate this question:
Euler path
Euler line
Euler forest
Euler tree
Rate this question:
Circuits.
Multiple path
Multiple vertices
Forest
Rate this question:
Adjacency matrix
Adjacency linked list matrix
Both a and b
Stack
Rate this question:
(0, 1)-matrix
Binary matrix
Both a and b
Weight matrix
Rate this question:
Sub matrix
Linked matrix
Simple matrix
Both b and c
Rate this question:
An oriented graph.
Tree
Forest
Connected graph
Rate this question:
Connected
Isolated
Directed
Pendent
Rate this question:
Complexity-wise equivalent
Complexity-wise different
Space wise equivalent
Space wise different
Rate this question:
Non-intractable problems
Intractable problems.
Difficult problem
Classical problem
Rate this question:
FINITENESS , EFFECTIVENESS
Definiteness, effectiveness
Finiteness, definiteness
Correctness, finiteness
Rate this question:
Itself, recursive
By other program, recursive
Itself, non-recursive
Some other function , recursive
Rate this question:
X ≤ y, f(x) ≤ f(y)
X ≤ y, f(x) > f(y)
X > y, f(x) > f(y)
X >y, f(x) ≤ f(y)
Rate this question:
O(n2).
O(2n).
O(log n2).
Nlog n
Rate this question:
Multistage, an optimization
Single stage, an optimization
Single stage , simple
Multistage, simple
Rate this question:
Maximum cost, optimality
Maximum cost, generality
Minimum cost, generality
Minimum cost ,optimality
Rate this question:
Eight queens, same row
Four queens, same column
Four queens, same row
8-quenes, same column
Rate this question:
Tuple size, input size
Fixed tuple size formulation, variable tuple size formulation
Input size, output size
Rate this question:
Cost function c (.), (r) ≤ c(r) ≤ u(r)
Copy function, (r) ≤ c(r) ≤ u(r)
Cost function c (.), (r) > c(r) > u(r)
Copy function, (r) > c(r) > u(r)
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.