Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with the following: Search and Sorting Algorithms Summary Use the data format presented in the Week 1 summary for products and customers,

I need help with the following:

Search and Sorting Algorithms Summary

Use the data format presented in the Week 1 summary for products and customers, and use the information provided in the following scenario:

Week 1 data:

The existing information for customers is as follows:

First name

Last name

Shipping address

Billing address

Phone number

Customer ID

The information for the product is as follows:

Product ID

Name

Description

Wholesale price

Sale price

Inventory

__________________________________________________________________________

The number of products in the system is about 300 elements.

The memory in the system is capable of holding all of the elements in the products list.

The amount of products is not expected to grow in the next 5 years.

The number of customers in the system is about 5,000 elements.

The memory in the system is not capable of holding all of the elements in the customers list.

The amount of customers is expected to grow at a rate of 10% every year.

_________________________________________________________________________________

Complete the following for this assignment:

Select a sort and a search algorithm to solve the new features requested by the marketing department.

Search for a specific product, and print a sorted list for all of the customers, using the last name as a key.

Explain the reasons for your selection, considering elements such as Big Oh, the number of elements, and the resources in the system in your explanation.

___________________________________________________________________________________________________________________________

This needs to be thorough not just a program please help me.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago