BASICS
LOGIC
PROGRAM
ANALYSIS
APPLICATION
100

stepwise procedure

Define algorithm

100

 When the list has only a few elements 

 When performing a single search in an unordered list?

100

stack

Which Data Structure is used to perform Recursion?

100

To Get Maximum Total Value In The Knapsack

What is the objective of the knapsack problem?

100

branch and bound

Which of the following algorithm can be used to solve the Hamiltonian path problem efficiently?

200

O(N Log N)

What is the worst case time complexity of merge sort?

200

A function where the recursive call is the last thing executed by the function

 What is tail recursion?

200

n^2

What is best case complexity of selection sort

200

stepwise solution to the problem

In computer science, algorithm refers to a special method usable by a computer for the solution to a problem.

200

Continuous knapsack problem

Fractional knapsack problem is also known as

300

code && flowchart

Algorithm can be represented as

300

Queue

Which data structure is used for implementing a FIFO branch and bound strategy?

300

Adaptive Linear Element

What is adaline in neural networks

300

NP complete problem

Hamiltonian path problem is

300

Monte Carlo Algorithm

An algorithm that always runs in polynomial time but possibly returns erroneous answers is called a

M
e
n
u