User Profile
Collapse
-
-
algorithm
algorithm to reverse a linked list. Algorithm to find transpose of a given sparse matrix. -
-
binary search
algorithm to perform binary search. Use pointers. What is it's complexicity? -
-
-
-
algorithm
recursive algorithm to generate fibonacci sequence upto nth term where n is any integer. -
-
linked list
write and algorithm that accepts 2 singly linked list L1 and L2. It should print L3, where L3 is a singly linked list and L3 =L1 intersection L2. -
-
linked list
L1 and L2 are 2 single linked lists which are already sorted. Now write and algorithm to concatenate L1 and L2. Ensure that the concatenated list is sorted. -
-
algorithm
algorithm for performing binary search. What is the condition toperform binary search? -
file organisation
2 advantages of direct file organisation over sequential file organisation? -
-
-
algorithm
write an algorithm to convert the following infix exp. into postfix exp and illustrate the position of stack after each step:
z + (y*x-(w/v |^ u)*t)*s -
algorithm
Write an algorithm to insert a node before a given node in a linked list? -
Binary tree
let T be a binary tree with height h and n nodes.show that log(n+1)-1<=(n-1)/2.for which values of n and h can the above lowest upper bounds of h be attained equality?
No activity results to display
Show More