0% found this document useful (0 votes)
3 views1 page

DSTC Lab Program Combinaton

The document outlines various programming tasks, including algorithms for finding GCD, sorting lists using different techniques (insertion, quick, merge), and searching elements (linear and binary). It also includes programs for generating Fibonacci numbers, displaying Pascal's Triangle, implementing Towers of Hanoi, and managing student records through file creation. Additionally, it mentions the implementation of a stack data structure.

Uploaded by

manojmanu68698
Copyright
© All Rights Reserved
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% found this document useful (0 votes)
3 views1 page

DSTC Lab Program Combinaton

The document outlines various programming tasks, including algorithms for finding GCD, sorting lists using different techniques (insertion, quick, merge), and searching elements (linear and binary). It also includes programs for generating Fibonacci numbers, displaying Pascal's Triangle, implementing Towers of Hanoi, and managing student records through file creation. Additionally, it mentions the implementation of a stack data structure.

Uploaded by

manojmanu68698
Copyright
© All Rights Reserved
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

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.

You might also like