Question 1 Describe the following with respect to pointers in C language-
- Pointers and Arrays
- Usage of Pointers in functions
Write programs in C to demonstrate the above concepts
Question 2 Write functions in C to find the minimum cost spanning tree using the following algorithms-
- Prim's algorithm
- Kruskal's Algorithm
Question 3 Discuss the following with respect to Splay Trees-
- Static Optimality Theorem
- Static Finger Theorem