closet organizer is a project which used SLL and queue helps users to find clothes when they need them with sequirity.
Size: 2.64 MB
Language: en
Added: Sep 16, 2021
Slides: 20 pages
Slide Content
CLOSET ORGANIZER USING DATA STRUCTURE IN C DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Presented by NAME-SWETA LEENA USN-1NH19CS750 Under the Guidance of -- Guide Name: Mr. Praveen Pawaskar Designation: SENIOR ASSISTANT PROFESS
Closet organizer Prepared by SWETA LEENA 1NH19CS750
INDEX:- Objective of the course Abstract. Project Objectives. problem statement Functionality Design Methodology Sample outputs How I got the objective of the project
Objective of the course Student can design their own algorithm and designs for the given problem statement. Advantage of data structure using C for making projects is, it makes project effective and user friendly.
Abstract :-
Project objective
Problem statement
wiodgwdhvnvcv k. FUNCTIONALITY Linked list helps to store details, which are provided by users in a manner that all details will link to each other. By using linked list we can add many numbers of fields in a single project, which will provide brief information to user. In this project using of singly link list has provided user to add all details about their cloth, also it is giving options for adding hints about each field. Adding different functions in a single project, makes the project more user friendly also saves memory.
DESIGN This project is designed in such a way that all fields are connected with each other. And all the functions are called by main function. User will add cloth information. Names of the clothes Calculate total numbers of details Allows to add hints about all fields Records the all the details When user wants see details it will show the details Also it can remove details permanently
Flow chat
ALOGORITM Step-1: User page display content Add cloth details Find your cloth position Display closet(wardrobe) Remove cloth from the wardrobe Exit Step-2: If choice is 1 then user will get the screen Add cloth name: Add the colour of the cloth: Add the position where you want to put your cloth: Step-3: If the user will enter choice is 2 user will get the screen like Add your cloth name which one you want to find: Add that cloth colour: If the cloth is there in the wardrobe add details then user can see the position else user will get the message your entered wrong information about cloth, cloth is not there. Step-4: If the choice is 3 there user will get all the information about the wardrobe what he/she has entered before. And if no information is there then user will get NULL. Step-5: If the choice is 4 then user will get the option to remove the cloth from the wardrobe. Then the user need to put the cloth name which one he/she wants to remove from the wardrobe.
Methodology This project is very useful for users. Even users can make it by their own this modern organizer depending on their choices. By using this project anyone can save their time and also able to find their cloth within a seconds. Where User can place cloths: Hanger Drawer Shelf boxes
Sample out comes: add details
Second add details outcome
Sample output:- search detail
Sample output:- Entire closet details
Sample output:-delete cloth
Prove that dress has delted
This project will show the cloth name, color of the cloth with hints if added by user, material of the cloth with hints, place where user wants to put clothes with hints. If user wants to search any cloth they can put the cloth name and it will show all added details about the particular cloth. It is also able to show all the given information about all the clothes which is wardrobe details. If user wants to remove any cloth from wardrobe also they can delete all the cloth information about cloth just by putting that cloth name. How did I achieve the objective of my project