What is the type of the algorithm used in solving the 8 Queens problem?
Answer Posted / phool chand
Backtracking
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define an algorithm. What are the types of algorithms?
What does arrays tostring do?
What is bubble sort used for?
Are linked lists considered linear or non-linear data structure?
What is difference between array and string?
Why is an array homogeneous?
What is sorting an array?
How many types of sorting algorithms are there?
Explain the steps to insert data into a singly linked list?
Define terminal nodes in a tree?
What is the difference between arrays sort and collections sort?
Can arraylist be resized?
How many types of linked lists are there?
What are the Difference between tcp and udp?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .