You are on page 1of 2

KLE Technological University

School of Electronics and Communication Engineering

Data Structures Applications Lab (19EECF201) [0-0-2]


Term-work Report 1-4 (Module 1)
Term-work 1
Student Name Swathi v
SRN 01FE18BEC194 Roll Number 227 Division D
Apply Programming Identify Constraints Integrate Debugging and Remarks Total
Skills and Implement Modules Tool usage (20 Marks)
(5 marks) (10 marks) (3 Marks) (2 marks)

Problem Statements
1A.Given a file containing series of actions made by the user in a computer to
browse various folders in a drive, display the present folder the user is accessing.
The various actions a user can perform are:
 Click Enter option to enter the folder.
 Click Back option to come out of the folder.

1B.Given an expression convert to postfix, infix and prefix expression based on the
specified instruction.

Application of <Write data structure used to solve the problem>

Which data structure did you use to solve this problem, and why?

1A.Linked list

Explain the design/ plan for implementation.

<Write your solution/ answer here>

Were you able to solve this problem? If not what where the challenges?

<Write your answer here>

What assistance do you need to learn this term work better?

<Write your answer here>

What are the areas you think you should work on to be able to make this solution better?

<Write your answer here>

School of Electronics and Communication Engineering, KLE Technological


KLE Technological University
School of Electronics and Communication Engineering

Modularity Documentation Indentation Programming practices


Code:
<Write/paste your code here>
<code should be well documented and indented>

Sample Input:
<Sample Input>

Sample Output:
<Sample Output>

School of Electronics and Communication Engineering, KLE Technological

You might also like