This document outlines the internal lab examination for the I. M. TECH program in Computer Science Engineering at GVR&S College of Engineering and Technology for the academic year 2024-2025. It lists 21 programming tasks in Java related to data structures, including linked lists, stacks, queues, trees, and graph algorithms. The maximum marks for the lab examination are 25.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views
ADS & A Lab Internal
This document outlines the internal lab examination for the I. M. TECH program in Computer Science Engineering at GVR&S College of Engineering and Technology for the academic year 2024-2025. It lists 21 programming tasks in Java related to data structures, including linked lists, stacks, queues, trees, and graph algorithms. The maximum marks for the lab examination are 25.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
GVR&S COLLEGE OF ENGINEERING AND TECHNOLOGY
(Approved by AICTE, Affiliated to JNTUK, Govt.of.A.P, India.|NAAC Accrediated|ISO Certified Institution)
Ganginenipuram, Budampadu, Etukuru (P.O), Guntur (Dt) – 522017, A.P, India. E-mail: [email protected], website: www.gvrs.ac.in ----------------------------------------------------------------------------------------------------------------------------- A.Y. 2024 – 2025 Course: I. M. TECH Sem:I Branch: CSE Subject & Sub. Code: ADS & A & MTCSE1106 Date: 20/01/2025 Lab : Internal Max Marks: 25M
1. Write a java program for the Reverse a linked list
2. Write a java program for the Sort the data in a linked list 3. Write a java program for the Remove duplicates 4. Write a java program for the Merge two linked lists 5. Write a java program to perform various operations on doubly linked list 6. Write a java program to perform various operations on circular linked list 7. Write a java program for performing various operations on stack using linked list 8. Write a java program for performing various operations on queue using linked list 9. Write a java program for the Infix to postfix conversion using stack 10. Write a java program for the Expression evaluation using stack 11. Write a java program for the Obtain the binary number for a given decimal number using stack 12. Write a java program to implement various operations on Binary Search Tree Using Recursive and Non-Recursive methods 13. Write a java program to implement the BFS for a graph 14. Write a java program to DFS for a graph 15. Write a java program to implement Quick Sort of given elements. 16. Write a java program to implement various operations on AVL trees 17. Write a java program to perform the Insertion into a B-tree operations 18. Write a java program to perform the Searching in a B-tree operations 19. Write a java program to implementation of recursive and non-recursive functions to Binary tree Traversals 20. Write a java program to implement all the functions of Dictionary (ADT) using Hashing. 21. Write a java program to perform various operations on single linked list