list the types of linked list with aid of diagram?
What is greedy best first search algorithm?
Which search algorithm will use a limited amount of memory in an online search?
Define Routing Algorithm?
Draw a flowchart to find the average of four number?
What is the iterative deepening depth-first search algorithm?
Tell me how do you choose an algorithm for a classification problem?
What features would you use to build a recommendation algorithm for users?
What are the disadvantages of breadth-first search algorithm?
what is software cycle?give a diagramatic representation
A lot of questions were asked on sorting for eg. Best algorithm on the basis of number of swaps, number of comparisons etc.
What is the depth-first search algorithm?
what is software cycle?give a diagramatic representation
Give an algorithm for the following problem. Given a list of n distinct positive integers, partition the list into two sublists, each of size n/2, such that the difference between the sums of the integers in the two sublists is minimized. You may assume that n is a multiple of 2.
What is software cycle? Give a diagrammatic representation?