logo

structures and algorithms Analysis 2022

   

Added on  2022-10-18

9 Pages2461 Words42 Views

Contents
1 Introduction............................................................................................................. 3
2 Variables keys and ranges....................................................................................... 3
2.1 Data structure................................................................................................... 5
3 Operations supported.............................................................................................. 5
4 Algorithms for the operations.................................................................................. 5
5 Changes for the larger system................................................................................7
6 Conclusion............................................................................................................... 7
References................................................................................................................. 8

1 Introduction
System design requires analysis of the key data structures and algorithms that will
be used to develop the system before the system specifications are implemented.
For the proposed inventory system there is need to analyse the most suited data
structures that can be used to store and handle the type of data that will be stored
by the system. This also applies for the algorithms that will be used to handle
different operations that will be handled by the system. This report presents a
discussion of the system analysis of the proposed inventory system including the
variables, keys and ranges that will be used in the system. The operations
supported by the system and their respective algorithms are discussed in depth
with a justification of why they are the best suited for the system. A discussion of
flexibility and scalability of the system is also discussed in the case where the
company decides to merge with another company leading to an increase in the
amount of data handled by the system.
2 Variables keys and ranges
To describe the variables keys and ranges of the system, we must understand the
structure of by modelling using OOP concepts. The proposed inventory system will
handle two types of products; food products and household products. A product can
be represented as a class having attributes and operations that identify a product.
The following classes define the variables that will be used by the system;
Product class
Figure 1: Product class
The first row of the diagram is the name of the class which is product. The
second row of the class shows the attributes that define a product. These
attributes are;

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Analysis and Design of Inventory System using Objects and Queue Data Structure
|8
|2329
|53

Design of Proposed Inventory System using Binary Trees
|7
|2306
|128

Data Structure and Algorithms for Inventory System
|13
|2620
|389

Data Structure and Algorithms Australia Report 2022
|17
|2852
|12

Data Structure and Algorithm for Inventory Systems
|17
|3245
|422

Designing an Inventory System: Variables, Keys, Ranges, Operations, and Algorithms
|13
|2800
|337