Find Jobs
Hire Freelancers

short program

$5-10 USD

Closed
Posted about 21 years ago

$5-10 USD

Paid on delivery
[login to view URL] the user for a random seed for the random number generator (see below for background). [login to view URL] two lists of twenty random numbers within the range 0 .. 99. [login to view URL] lists MUST be in order. [login to view URL] each list on a single line of output. [login to view URL] the Union List. [login to view URL] the Union List. [login to view URL] the Intersection List [login to view URL] the Intersection List [login to view URL] a new (third) list of 20 random integers in the range 0 .. 9. [login to view URL] list should be constructed by attached values at the head of the list; thus, it will most likely not be in order. [login to view URL] the third list. [login to view URL] all the duplicate values from the third list. [login to view URL] the third list. [login to view URL] all the odd values from the third list. [login to view URL] the third list. Note- Program must use points and nodes just to name a few. ## 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. To start off with a random seed to the random number generator "rand()" us something like unsigned seed; cout << "Random Seed? "; cin >> seed; srand(seed); The function rand() produces a random integer between 0 and a number called RAND_MAX. If, for example, you wish to produce only numbers between 0 and 499, you'll need to get the values from "rand() % 500". The basic node structure in the notes should be good for your linked lists: struct node { int data; node * next; node ( int dat, node * nex ) : data (dat), next(nex) {} }; The Union and Intersection functions should use InsertInOrder(?.) and bool Find(?.). void InsertInOrder ( node * & head, DataType item ) { node * previous = NULL, *current = head; for ( ; current != NULL && current->data < item; previous = current, current = current->next ); if ( previous == NULL ) //insert at head head = new node ( item, head ); else previous->next = new node ( item, current ); bool Find ( node * head, DataType item ) { node * temp = head; for ( ; temp != NULL && temp->data != item; temp = temp->next); return ( temp != NULL ); } The functions that remove all duplicates from the third list and then remove all odd values should use of the bool Find(?) function might help. ## Platform DOS/Windows
Project ID: 2910803

About the project

16 proposals
Remote project
Active 21 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
16 freelancers are bidding on average $7 USD for this job
User Avatar
See private message.
$8.50 USD in 14 days
5.0 (53 reviews)
5.1
5.1
User Avatar
See private message.
$8.50 USD in 14 days
4.1 (54 reviews)
4.8
4.8
User Avatar
See private message.
$8.50 USD in 14 days
5.0 (17 reviews)
3.8
3.8
User Avatar
See private message.
$6.80 USD in 14 days
4.8 (39 reviews)
3.7
3.7
User Avatar
See private message.
$8.50 USD in 14 days
4.8 (8 reviews)
3.6
3.6
User Avatar
See private message.
$8.50 USD in 14 days
5.0 (6 reviews)
3.5
3.5
User Avatar
See private message.
$6.80 USD in 14 days
4.7 (17 reviews)
3.0
3.0
User Avatar
See private message.
$8.50 USD in 14 days
5.0 (5 reviews)
2.7
2.7
User Avatar
See private message.
$4.25 USD in 14 days
3.9 (24 reviews)
2.8
2.8
User Avatar
See private message.
$6.80 USD in 14 days
4.5 (15 reviews)
2.7
2.7
User Avatar
See private message.
$8.50 USD in 14 days
4.3 (4 reviews)
2.4
2.4
User Avatar
See private message.
$8.50 USD in 14 days
5.0 (3 reviews)
1.9
1.9
User Avatar
See private message.
$8.50 USD in 14 days
5.0 (6 reviews)
1.7
1.7
User Avatar
See private message.
$4.25 USD in 14 days
0.0 (1 review)
0.0
0.0
User Avatar
See private message.
$4.25 USD in 14 days
0.0 (0 reviews)
0.0
0.0
User Avatar
See private message.
$7.65 USD in 14 days
0.0 (0 reviews)
0.0
0.0
User Avatar
See private message.
$4.25 USD in 14 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
United States
4.8
46
Member since Feb 20, 2003

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.