Home > 3rd Sem CSE, Computer Science & Engineering, MDU Syllabus, Syllabus > MDU Syllabus | F-Scheme | CSE-205 F Data Structures using ‘C’ Lab.

MDU Syllabus | F-Scheme | CSE-205 F Data Structures using ‘C’ Lab.

CSE-205 F Data Structures using ‘C’ Lab.

1. Write a program to search an element in a two-dimensional array using linear search.

2. Using iteration & recursion concepts write programs for finding the element in the array

using Binary Search Method

3. Write a program to perform following operations on tables using functions only a) Addition b) Subtraction c) Multiplication d) Transpose

4. Using iteration & recursion concepts write the programs for Quick Sort Technique

5. Write a program to implement the various operations on string such as length of string concatenation, reverse of a string & copy of a string to another.

6. Write a program for swapping of two numbers using ‘call by value’ and ‘call by reference strategies.

7. Write a program to implement binary search tree.

( Insertion and Deletion in Binary search Tree)

8. Write a program to create a linked list & perform operations such as insert, delete,
update, reverse in the link list

9 . Write the program for implementation of a file and performing operations such as insert, delete, update a record in the file.

10. Create a linked list and perform the following operations on it a) add a node b) Delete a node

11. Write a program to simulate the various searching & sorting algorithms and compare their timings for a list of 1000 elements.

12. Write a program to simulate the various graph traversing algorithms.

13. Write a program which simulates the various tree traversal algorithms.

Note: At least 5 to 10 more exercises to be given by the teacher concerned.

Related posts:

  1. CSE-205 E Data Structures & Algorithms Lab.
  2. MDU Syllabus | F-Scheme | CSE-201 F Data Structures Using ‘C’
  3. UPTU Syllabus | ECS-352 : Data Structure Lab
  4. UPTU Syllabus | ECS-302 : DATA STRUCTURES USING – C
  5. CSE-411- E COMPILER DESIGN LAB
  1. kanika
    October 30th, 2010 at 16:05 | #1

    will you plz send syntex of these programes:
    1. Write a program to search an element in a two-dimensional array using linear search.

    2. Using iteration & recursion concepts write programs for finding the element in the array

    using Binary Search Method

    3. Write a program to perform following operations on tables using functions only a) Addition b) Subtraction c) Multiplication d) Transpose

    4. Using iteration & recursion concepts write the programs for Quick Sort Technique

    5. Write a program to implement the various operations on string such as length of string concatenation, reverse of a string & copy of a string to another.

    6. Write a program for swapping of two numbers using ‘call by value’ and ‘call by reference strategies.

    7. Write a program to implement binary search tree.

    ( Insertion and Deletion in Binary search Tree)

    8. Write a program to create a linked list & perform operations such as insert, delete,
    update, reverse in the link list

    9 . Write the program for implementation of a file and performing operations such as insert, delete, update a record in the file.

    10. Create a linked list and perform the following operations on it a) add a node b) Delete a node

    11. Write a program to simulate the various searching & sorting algorithms and compare their timings for a list of 1000 elements.

    12. Write a program to simulate the various graph traversing algorithms.

    13. Write a program which simulates the various tree traversal algorithms.

  1. No trackbacks yet.