Skip to content

Data Structure: Assignments and Exams

(DS BOU) Group:

CT-1 Syllabus:

  1. Definition of Data, Record, Entity, Data Structures
  2. Classification of Data Structures
  3. Abstract Data Types (ADT)
  4. Time & Space Complexity
  5. 1-D Array
  6. Stack & Queue

Assignment-1:

Design and implement a custom C library named after yourself for efficient string handling using structures. The library should define a string data type and provide functions to perform the following operations:

a. Calculate the length of a string
b. Concatenate two strings
c. Extract a substring
d. Copy one string to another
e. Compare two strings
f. Reverse a string
g. Trim leading and trailing whitespace