Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Department of Software Engineering

Government College University, Faisalabad.


LAB Assignment 1, September 2023
Class: BS(SE) Semester: 3rd
Course Title: Data Structure and Algorithms Course Code: CSI-401
Instructor: Dr. M. Awais Credit Hour: 04(3-1)

NOTE: Submission date 04-10-23 (start of class time)

Q.1. By providing the implementation of INDEX finding operation and SUBSTRING finding operation,

provide the implementation of the following by reusing implementations of INDEX and

SUSBSTRING

a) DELETE

b) INSERT

c) REPLACMENT

d) Algorithm 3.1

e) Algorithm 3.2

HINT / NOTE: INDEX operation can be implemented using Algorithm 3.3 / 3.4. Use Char Arrays

for String processing operations.

You might also like