DATASTRUCTURES ASSIGNMENT-I
[Link] the various functions & parameters with an example for each.
[Link] is testing?Explain its different types.
[Link] a suitable C++ program,explain the concept of operator overloading.
[Link] its ADT,explain the formula based concept of a linear [Link] any two functions in that.
[Link] is a linked list?What are its types?Explain each with an example.
6. Write the ADT of a linear [Link] a program to create an integer list L of capacity 5,outputs its length 0,inserts 2 and 6 after 0th and 1st element,finds and outputs the 1st element z and deletes and outputs that 1st element.
7. Write a note on recursive functions
8. What are the types of a linked list?Write a C++ code to store Lintegers,include a function for finding a length of a chain,delete all the nodes in a chain.
9. Write a note on dynamic memory allocation.
[Link] formula based and linked representations.
[Link] the class used in case of double linked [Link] any one operations in that.
[Link] the concept of exception handling mechanism in C++.