Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
2

(a) Consider the Linear Array aaa(5:50), bbb(-5:10) and cc(18).

(I) Find the number of elements in each array.

(ii) Suppose Base (aaa)=300 and w=4, words for memory cell for aaa. Find the address of aaa(15), aaa(35) and aa[55]. 

This question has 1 answers so far.
0

(d) What are the different ways of representing a graph? Generate following graph in them. 

                        

This question has 0 answers so far.
0

Write down short note on:

(b) Circular queue

This question has 0 answers so far.
0

Write down short note on:

(a) Bucket Hashing & Collision Resolution

This question has 0 answers so far.
0

Explain the term used in tree with example-

(h) Ancestors and Descendent

This question has 0 answers so far.
0

Explain the term used in tree with example-

(g) Root

This question has 0 answers so far.
0

Explain the term used in tree with example-

(f) Generation

This question has 0 answers so far.
0

Explain the term used in tree with example-

e) Degree of Node

This question has 0 answers so far.
0

Explain the term used in tree with example-

(d) Height/Depth


This question has 0 answers so far.
0

Explain the term used in tree with example-

(c) Level number


This question has 0 answers so far.
0

Explain the term used in tree with example-

(b) Sibling/Brother

This question has 0 answers so far.
0

Explain the term used in tree with example-

(a) Terminal node/leaf.

This question has 0 answers so far.
0

(e) What is meant by term Row Major Order and Column Major Order in Array?How do we calculate the address of an element in a row major two dimensional array?

This question has 0 answers so far.
0

(a) Write a procedure/program to reverse a singly linked without using anymore memory? 


This question has 0 answers so far.
0

(c) What is a height balanced tree? Explain with the help of suitable example.

This question has 0 answers so far.
0

(b) Explain terms: sink node, source node, connected and strongly connected graph. 

This question has 0 answers so far.
0

(a) Differentiate between Merge Sort and Quick Sort.

This question has 0 answers so far.
0

(b) Explain Selection sort and Sort the following item using action sort

      8, 22, 7, 9, 31, 19, 5, 13, 58, 93, 1, 45.

This question has 0 answers so far.
0

(a) What do you mean by minimum spanning tree? generate minimum spanning tree for the following graph.

   

This question has 0 answers so far.
0

What is the role of Binary Search Tree? Give the algorithm for insertion and deletion of a node in binary search tree. Give an example. 

This question has 0 answers so far.
0

Construct the AVL tree if following elements are inserted in order.

10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 150, 130, 15

This question has 0 answers so far.
0

(b) Derive the Time Complexity of the linear search in average and worst case.

This question has 0 answers so far.
0

(b) Write a program/algorithm to evaluate a postfix expression using stack?Consider the following infix expression and convert into postfix expression using stack.

(A+(B*C-(D/E^F)*G)*H) 

This question has 0 answers so far.