Tribhuvan University Faculty of Management Office of The Dean 2016 (Make Up)
Tribhuvan University Faculty of Management Office of The Dean 2016 (Make Up)
FACULTY OF MANAGEMENT
Office of the Dean
Full Marks: 40
2016 Time: 2 hrs
(Make up)
BIM/Fourth Semester/IT 218: Data Structure and Algorithm with JAVA
Candidates are required to answer the questions in their own words as far as practicable
Group ‘A’
Brief Answer Questions: [101=10]
11. Write a java method to insert a node at the beginning of circular linked list.
12. Write a method in java for selection sort.
13. Write a java class to implement stack as linked list.
14. Write a java method to search an element in binary search tree
15. Write a Kruskal's algorithm for minimum spanning tree.
Group ‘C'
Comprehensive Answer Questions: [25=10]
16. Define hashing. Explain the bucket addressing method with example.
17. Explain Radix sort algorithm with suitable example.