Recent Posts

Showing posts with label DS programs. Show all posts
Showing posts with label DS programs. Show all posts

Data Structures Lab (BSC cs and BCA II sem KSWU)

 Data Structures Lab Programming Lab Part A: Click on Program to see its Source code 👇 1. Write a C Program to find GCD using recursive fun...

2.DS -Lab -C Program to display Pascal Triangle using the binomial function(Part A)

C Program to display Pascal Triangle using the binomial function Theory :  The Pascal triangle is among the most well-known pattern puzzles...

1.DS - Lab -C Program to find GCD using recursive function(Part A)

1. C Program to find GCD using recursive function(Part A) ALGORITHM :  Step 1: Start Step 2: Declare a recursive function gcd_recursive(a, b...