What is the type of the algorithm used in solving the 8 Queens problem?
Let the G be a graph with 100 vertices numbered 1 to 100 Two vertices i and j are adjecnt if | i-j| =8 or | i-j| =12. The Number of connected components in G is ?
Do you know how to find if linked list has loop?
How would you reverse the characters of an array?
Explain binary searching, Fibonacci search.
How to inverting a function in sort and searching?
Advanced problems related to Data Structures were asked
How do you check if a stack is empty or not?
Who created quicksort?
What type of algorithm is binary search?
What data structure underlies a python list?
How is bubble sort done?
How would you reverse characters of an array without using indexing in the array.