Explain the concept behind dead lock avoidance, banker's algorithm.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Algorithms Interview Questions

What was deep learning, & how does it contrast with other machine learning algorithms?

0 Answers  


Write the Shortest path algorithm for a graph.

1 Answers   Tech Mahindra,


Write a code/algorithm to find the frequency of each element in an array?

0 Answers   ITC Indian Tobacco Company,


Why size of integer depends on the machine architecture then what the best sorting algorithm and why?

0 Answers   HPCL, Hughes Systique Corporation,


What is informed (heuristic) search strategies algorithm?

0 Answers  






There are numbers from 1 to n, which are inverted such that it results in numbers from n to 1. If only two consecutive numbers are stampled at a time and are inverted, how many moves are required?

1 Answers   IBM, TCS,


What are the complexities of sorting algorithms and how can this complexity be calculated?

0 Answers   Tech Mahindra,


What is the most efficient way to store 1 million phone numbers memory-wise?

0 Answers   Aspire, Infogain,


Draw a flowchart to find the average of four number?

0 Answers  


Tell briefly about the Banker's algorithm and what is it used for?

0 Answers   Impetus,


Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

0 Answers  


How does deep learning contrast with other machine learning algorithms?

0 Answers  


Categories