Program for alpha testing

Assignment Help Software Engineering
Reference no: EM13810922

At this point, you want to put together the work that has been completed to deliver a working program for alpha testing. You will combine the elements you have written to this point and deliver a working solution. You will read the contributor information from a file similar to this table below; it is a comma delimited (CSV) file.



Jeff

Sherman

USA

9035551212

100

50

John

Dallas

USA

9035552121

200

51

Bob

Atlanta

USA

9035551111

300

52

Bill

Chicago

USA

9035553333

400

53

Sam

Phoenix

USA

9035557777

500

54

  • First Name in first column
  • Last Name in second column
  • Country in third column
  • Phone # in fourth column
  • Donation amount in fifth column
  • Contributor ID in sixth column

As each record is read, create a sorted Linked list of the contributors using the Insertion sort method. You also need to maintain your table, with one modification. You need to add an object to the Hash Collision Object that is a pointer to the data in the Linked list. In addition, you need to implement Contributor search functionality based on a Contributor Name. Your design should include the following:

High Level Implementation Instructions:

  • Sorted Linked list
  • Sorted using Insertion sort
  • Hash bucket of size 5 with a collision solution using a linked list (no need to order)
  • A Search Algorithm based on ID and Contributor Name.
    • The Contributor Name Algorithm needs to be implemented using the Sequential Search

Each contributor will have the following information:

  • Name: String; //the name of the contributor
  • City: String; //the city in which the contributor lives
  • Country: String; //the country in which the contributor lives
  • Phone: String; //the phone number for the contributor
  • Contribution: Double; //the amount of the contribution given by the contributor to the zoo
  • ID: Integer; //identifier key for future needs

Contributor functions/methods:

  • Input constructor: //to accept a string for the name and additional information for each contributor (this should call the Add constructor to implement the sorted list)
  • Print constructor: //to print out the contributor data
  • Print All constructor: //to print the entire list of contributor names
  • Add constructor: //to traverse the Linked list and find the proper location for adding the instance
  • Search constructor: //the Search algorithm to implement is Sequential Search

Each hash bucket collision item will have the following information:

  • ID: Integer; //identifier key for future needs
  • Contributor Address: Pointer; //a pointer to the address of the contributor instance in the sorted linked list

Hash bucket functions/methods:

  • Input constructor: //to accept a string for the name and additional information for each contributor (you will only need the ID portion of the input data)
  • Hash Function constructor: //Hint: You only have 5 Hash buckets so the function can be very a simple calculation
  • Pop constructor
  • Push constructor
  • Print constructor: //to show the information of the contributor based on a given ID

Reference no: EM13810922

Questions Cloud

Demographics specific to proposed clientele for the program : Demographics specific to proposed clientele for the program. Information on a chronic health issue, including national statistics and effects on the individual
Quantitative technique survey : Quantitative Technique survey
What is the probability of a single bullet hitting the guy : What is the probability of a single bullet hitting the guy - What is the probability of one bullet missing the guys head?
How case it changed or impacted americans : Choose one of the Supreme Court cases. Please describe the basic facts of this case, why this decision was important, and how it changed or impacted Americans.
Program for alpha testing : At this point, you want to put together the work that has been completed to deliver a working program for alpha testing. You will combine the elements you have written to this point and deliver a working solution
Percentage change in the multifactor productivity : Workers in Center 2 are scheduled to receive a 10% pay raise next month. What will be the change in the multifactor productivity rate? Also, what is the percentage change in the multifactor productivity performance?
What was the concept of amalgamation : What was the concept of amalgamation
What type of powers does the president have that allow : What type of powers does the president have that allow him or her to create and implement various public policies
Create a model to transition an organization through the fol : "Training and Organizational Learning" Give your opinion on the major difference(s) between training and organizational learning. Next, outline a plan to transition an organization with which you are familiar from learning "in" the organization to le..

Reviews

Write a Review

 

Software Engineering Questions & Answers

  Explain about software life-cycle model

Your customized software development company describe which software life-cycle model you would use. You can use the models as described in the book, or from another source, or, alternatively define your own process.

  Prepare a business case for project

Business Case - Using the information that you compiled in the project proposal, prepare a Business Case for this project.

  Define erp and describe its functionalities

Explain the role of MIS in enterprise resource planning (ERP). Conduct research to address the following items. Write a two-page report to the CEO in which you: Define ERP and describe its functionalities

  What are the two most important factors in determining the

answer the module review questions listed below. these questions were chosen to demonstrate your understanding and help

  As part of your job you should complete a 10-to-15 page

tonys chips has recently been sold to a new independent company. the new company has hired you to manage a project that

  Imagine that you are interviewing for a job when the

imagine that you are interviewing for a job when the interviewer asks you which cost-benefit analysis technique is best

  Describe the design and application of arrays

Describe the design and application of arrays and how an array simplifies program development. Give real-world example.

  Application over udp or tcp

Think about the  streaming stored audio. Does it make sense to run the application over UDP or TCP? Which transport protocol does Real Networks use?

  Create a computer program

Create a class named Consumer Record that holds a consumer number, name, and address. Include technique to set the values for each data field and output the values for each data field.

  How will new servers be deployed

You have been hired by Shiv LLC as an Information Technology consultant to develop a technology proposal. Shiv LLC manufactures and distributes solar panel for the consumer market. Your job is to submit a proposal that meets their criteria.

  Java programmer for a software company

Imagine that you work as a Java programmer for a software company. Your company is developing a new interactive learning management tool called uGrade

  Draw pattern activity for adapter and data access object

Draw Pattern Activity: Create a 2-3 page paper comparing and contrasting five of design patterns. Select any five from the list.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd