Skip to content

Submitted By: Raj Kishor (BCA – III Sem) ---> Submitted To: Ms. Sonam Tomar (Assistant Professor)

Notifications You must be signed in to change notification settings

rajkishorbgp/Computer-Laboratory-and-Practical-Work-of-DS-BCA-307-Sem-iii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Department of Computer Application (BCA)

Subject: Computer Laboratory and Practical Work of DS

Subject Code: BCA-307
Semester: BCA III Sem

Session: 2022-23

INDEX

Lab Program List

    • Write a program to display Fibonacci series up to a range.
    • Write a program to read n numbers and display it, to demonstrate the concept of one dimensional array finding.
    • Write a program to the sum of array elements.
    • Write a program to insert an element in an array.
    • Write a program to delete an element from an array.
    • Write a program to add two matrix A and B.
    • Write a program to multiply two matrix A and B.
    • Write a program to Concatenate two strings.
    • Write a program to copy a string into another string.
    • Write a program to implementation of linked list using array.
    • Write a program to implementation of stack using array.
    • Write a program to Calculate factorial of a number using recursive function.
    • Write a program to implementation of queue using array.
    • Write a program to implementation of circular queue using array.
    • Write a program to implementation of binary Search tree using array.
    • Write a program to Search an element using sequential search.
    • Write a program to Search an element using binary search.
    • Write a program to arrange the list of numbers in ascending order using Bubble Sort.
    • Write a program to arrange the list of numbers in ascending order using Insertion Sort.
    • Write a program to arrange the list of numbers in ascending order using Selection Sort.
    • Write a program to arrange the list of numbers in ascending order using Merge Sort.
    • Write a program to arrange the list of numbers in ascending order using Quick Sort.
    • Write a program to arrange the list of numbers in Ascending order using Heap Sort.

compleate

All program is completed.

About

Submitted By: Raj Kishor (BCA – III Sem) ---> Submitted To: Ms. Sonam Tomar (Assistant Professor)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages