Show Bid Request
Recursive Maze
Bid Request Id: 33158
|
|
|
Posted by: |
JeffreyZ (3 ratings)
(Software buyer rating 9.33)
|
Non-action Ratio: |
Very Good - 0.00%
|
Buyer Security Verifications: |
Unverified
|
Approved on: |
Oct 30, 2002 3:07:52 PM EDT
|
Bidding Closes: |
Oct 31, 2002 3:30:00 PM EDT
|
Viewed (by coders): |
82 times
|
Deadline: |
11/1/2002 12:00:00 PM
TIME EXPIRED
|
|
|
|
Description:
Here is the program so far. I have attached the specs in a word doc.... //Maze Program //Recusion
#include <iostream> using namespace std;
struct mazeSquare { mazeSquare* forward; mazeSquare* left; mazeSquare* right;
mazeSquare(mazeSquare* f, mazeSquare* l, mazeSquare* r) { forward = f; left = l; right = r; }; };
mazeSquare* start = NULL; mazeSquare* finish = new mazeSquare(NULL, NULL, NULL);
void initializeMaze() { mazeSquare* curr = NULL; mazeSquare* branch1 = NULL; mazeSquare* branch2 = NULL; start = new mazeSquare(NULL, NULL, NULL); curr = start; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->right = new mazeSquare(NULL, NULL, NULL); curr = curr->right; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->left = new mazeSquare(NULL, NULL, NULL); curr->right = new mazeSquare(NULL, NULL, NULL);
branch1 = curr; curr = branch1->right;
curr->right = new mazeSquare(NULL, NULL, NULL); curr = curr->right; curr->left = new mazeSquare(NULL, NULL, NULL); curr = curr->left; curr->left = new mazeSquare(NULL, NULL, NULL); curr = curr->left; curr->right = new mazeSquare(NULL, NULL, NULL); curr = curr->right; curr->right = new mazeSquare(NULL, NULL, NULL); curr = curr->right; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr->forward; curr->left = new mazeSquare(NULL, NULL, NULL); curr->right = new mazeSquare(NULL, NULL, NULL);
branch2 = curr;
curr = branch1->left;
curr->left = new mazeSquare(NULL, NULL, NULL); curr = curr->left; curr->forward = new mazeSquare(NULL, NULL, NULL); curr = curr-
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
W2K
Must be 100% finished and received by buyer on:
Nov 1, 2002 12:00:00 PM 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.
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
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!
|
$24 (USD)
|
Oct 31, 2002 2:15:22 PM EDT
|
9.59
(Excellent)
|
|
|
Hello JeffreyZ, I am John, I can do your program for $24.You can check my profile and see my coder biodata page. I can do this program for you in 3 or 4 hrs after the bid is accepted., i have already implemented many programs using recursion in c and C++ You will get a very good program , complete source and as per your specifications and WELL COMMENTED. Here are a detailed list of things that you will get, if you accept the bid: 1. Program Executable, 2. Program Source, 3. Program will be kept very SIMPLE, 'NO FANCY STUFF'. 4. Source will be amply COMMENTED for your understanding. 5. Any queries regarding my this program will be answered by me through email promptly. I know the seriousness of maintaining privacy and importance of submitting assignments on time to get better grades so your program will be done in time. You will appretiate a good working program completely commented for better understanding.Looking forward to do business with you, If you chose
Regards John. |
|
|
|
|
|