0% found this document useful (0 votes)
37 views

Lab Test 3 (Set 1)

The document provides instructions for a lab test involving three programming questions: (1) create three linked lists from input strings, concatenate the lists, and display the result, (2) delete a node from a binary search tree, and (3) perform a breadth-first search traversal on a graph.

Uploaded by

mridul_93
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Lab Test 3 (Set 1)

The document provides instructions for a lab test involving three programming questions: (1) create three linked lists from input strings, concatenate the lists, and display the result, (2) delete a node from a binary search tree, and (3) perform a breadth-first search traversal on a graph.

Uploaded by

mridul_93
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Dated: 11/05/2012

Data Structures and Computer Programming Lab (10B17CI271) Lab Test-3


Set-1

Q.1 Write a C program to perform the followings: (a.) Input the three strings and create three different linked lists after that concatenate these three linked list and display it. (b.) Delete a node in BST. (c.) BFS traversal for the graph

You might also like