Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Algorithm Design Prior to beginning work on this interactive assignment, read Chapters 7 and 11 from the textbook, view the Select-sort With Gypsy Folk Dance(Links

Algorithm Design

Prior to beginning work on this interactive assignment, read Chapters 7 and 11 from the textbook, view the

Select-sort With Gypsy Folk Dance(Links to an external site.)

,Java: Insertion Sort Sorting Algorithm(Links to an external site.)

, andLego Bubble Sort(Links to an external site.)

videos.

For this assignment, please review the following scenario and instructions.

Your company has won a bid on a contract to collect and sort Internet data on customer buying patterns for laundry detergent. You will be collecting public data from more than 100 websites. Your company has been contracted to make this collected data usable by indexing and sorting it so that it is searchable by marketing departments to identify specific consumer buying patterns. These buying patterns will assist in the development of marketing campaigns targeted at appropriate buying populations. In order to do this you have been tasked with the design of an algorithm that will allow marketing departments to search the data to identify these populations. Develop an algorithm to effectively search this data.

Review theSorting Algorithm Animations(Links to an external site.)

website. Assess the sort types included there and choose the sort that best fits with the task you have been assigned. Once you have chosen your sort type, create a solution using pseudo-code for your algorithm. Include this pseudo-code in your initial post. Beneath the pseudo-code, explain why this sort type is the best option for searching the data and making it available for buyer population identification. Explain why it is a best practice to sort the data prior to searching it in this instance. Provide evidence from your sources to support your statements. Your initial post should be a minimum of 250 words in addition to the pseudo-code.

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

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions