C Program to sort the given list using insertion sort technique: ALGORITHM : Step 1: Start Step 2: Input the number of elements (n) and t...
Showing posts with label NEP DS programs. Show all posts
Showing posts with label NEP DS programs. Show all posts
8.DS - Lab - C Program to read the names of cities and arrange them alphabetically
8. C Program to read the names of cities and arrange them alphabetically ALGORITHM : Step 1: Start Step 2: Input the number of cities (num_...
7.DS - Lab -C Program to create a file to store student records(Part A)
C Program to create a file to store student records ALGORITHM : Step 1: Start Step 2: Create a file named "student_records.txt". ...
5.DS - Lab - C Program to implement a dynamic array, find the smallest and largest element of the array(Part A)
C Program to implement a dynamic array, find the smallest and largest element of the array ALGORITHM : Step 1: Start Step 2: Create a clas...
4.DS -LAB - C Program to implement Towers of Hanoi(Part A)
C Program to implement Towers of Hanoi ALGORITHM : Step 1: Start Step 2: Declare a function towers_of_hanoi(n, source, auxiliary, destinati...
3.DS - LAB - C Program to generate n Fibonacci numbers using a recursive function(Part A)
C Program to generate n Fibonacci numbers using a recursive function(Part A) ALGORITHM : Step 1: Start Step 2: Declare a recursive functio...