In what data structures are pointers applied?
No Answer is Posted For this Question
Be the First to Post Answer
What are linked lists most commonly used for?
How many types of sorting algorithms are there?
List out few of the Application of tree data-structure?
Which sorting is used in collections sort?
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What do you mean by external sorting?
Q#1: An algorithm is made up of 2 modules M1 and M2.If order of M1 is F(n) and order of M2 is g (n) then what is the order of the algorithm. Q # 2 : How many binary trees are possible with 3 nodes? with 4 nodes?
Data structure used to implement a menu
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
What is merge sort and how it works?
What is a postfix expression?
Why is sorting important?