1.
Program to find GCD using recursive function
2. Program to sort the given list using insertion sort technique.
1. Program to display Pascal Triangle using binomial function
2. Program to search an element using linear search technique.
1. Program to generate n Fibonacci numbers using recursive function.
2. Program to sort the given list using quick sort technique.
1. Program to implement Towers of Hanoi.
2. Program to search an element using recursive binary search technique.
1. Program to create two files to store even and odd numbers.
2. Program to sort the given list using merge sort technique.
1. Program to create a file to store student records.
2. Program to implement Stack.