0% found this document useful (0 votes)
24 views

Term-Work Report 1-4 (Module 1) : Data Structures Applications Lab (19EECF201) (0-0-2)

1. This document is a term work report from a Data Structures Applications Lab course for a student named Swathi V. It includes problems on displaying the current folder a user is accessing based on enter/back actions and converting expressions between infix, postfix, and prefix forms. 2. For problem 1A, the student used a linked list data structure to solve keeping track of the folder path as they allows elements to be added and removed easily. 3. The report requests the student explain their solution, discuss any challenges, and requests for assistance to better learn the material. It also asks the student to identify areas to improve their solution.

Uploaded by

swathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Term-Work Report 1-4 (Module 1) : Data Structures Applications Lab (19EECF201) (0-0-2)

1. This document is a term work report from a Data Structures Applications Lab course for a student named Swathi V. It includes problems on displaying the current folder a user is accessing based on enter/back actions and converting expressions between infix, postfix, and prefix forms. 2. For problem 1A, the student used a linked list data structure to solve keeping track of the folder path as they allows elements to be added and removed easily. 3. The report requests the student explain their solution, discuss any challenges, and requests for assistance to better learn the material. It also asks the student to identify areas to improve their solution.

Uploaded by

swathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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