Software Projects

CarPartFactory

The software's primary behavior in this project is to simulate the factory's production line and predict production output based on input data. Here's a summary of the software's behavior:

The software will read input files containing information about the factory's machinery, parts, and orders.

It will utilize data structures such as Stacks, Queues, and Maps to replicate the factory's functionality.

The simulation will consider a specific number of days and the duration (in minutes) each day the factory will operate.

It will analyze and process the data to predict the factory's production capacity and output within the designated timeframe.

The software aims to optimize production efficiency, taking into account the limitations of aging machinery and the high rate of defective parts.

The software's output will provide insights into how much the factory can produce during the specified time, helping the company achieve its goal of becoming a leading car part factory.

Library Managment System

Main purpose is to manage a book catalog for the library. This will include processes like getting information from the catalog, adding, or removing books from it and making a report about its content.