Show Bid Request
Unlimited Digit-Number ADT
Bid Request Id: 33658
|
|
|
Posted by: |
Bori (4 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 0.00%
|
Posted: |
Nov 2, 2002 4:36:34 PM EDT
|
Bidding Closes: |
Nov 6, 2002 5:00:00 PM EDT
|
Viewed (by coders): |
207 times
|
Deadline: |
11/13/2002
TIME EXPIRED
|
|
|
|
Description:
Develop an ADT with the following operations for unlimited-digit numbers. In the following descriptions, number refers to a linked list of digits, and M, N and O are all numbers.
Increment: A method that increases the value of the number by 1. Sample usage: N.Increment();
You should allow for three possibilities in the function regarding the initial value of N.
a. N is NULL b. N is not Null, and the value is between 0 and 8. c. N is not Null, and the value is 9.
Copy: A method that copies one number to another. Create copies of each node in the original. Sample usage: N.Copy(M);
Sum: A method that takes two numbers and sums them. Sample usage: N.Sum(M); (adds M to N)
DisplayNumber: A method that displays its argument (a number) in standard (most-significant digit first) form. Sample usage: N.DisplayNumber();
The nodes are of the following type:
struct digit { int Value; // a digit value, 0-9 digit* Next; }; typedef digit* number;
The ADT should be a C++ class, with all functions and data declared in the appropriate sections. You may use recursion if you wish. Include a short program that adequately tests all the procedures in the ADT.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Complete ownership and distribution copyrights to all work purchased.
Platform:
Visual C++
Must be 100% finished and received by buyer on:
Nov 13, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
Must be completed by 11/13/2002.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$12 (USD)
|
Nov 3, 2002 7:04:27 AM EDT
|
9.74
(Excellent)
|
|
|
Hello,
I will implement your class and its test program within a day.
A IDLER Chief Software Architect Idleswell Software Creations
|
|
|
|
|
|