How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
Simple 1-Page Website Redesign
By BuffaloRoam on Jul 11
Max Bid: Open to fair suggestions


web server Script to launch external program
By gulyasa on Jul 11
Max Bid: $20


New Site Design to Appeal to the Masses!
By sistervisiontec h on Jul 11
Max Bid: $100


JDBC/mySQL performance problem
By demosfen on Jul 11
Max Bid: Open to fair suggestions


Simple Text Chat
By Coderking on Jul 11
Max Bid: $300


Oscomerce Contributions
By sistervisiontec h on Jul 11
Max Bid: $100


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(145 open)
   Access 
(56 open)
   MySQL 
(79 open)
   Oracle 
(10 open)
   SQL Server 
(49 open)
   Other DB 
(19 open)
Documentation / Tech Writing 
(15 open)
Data Entry 
(21 open)
Game Development 
(26 open)
Graphics / Art / Music 
(54 open)
   Graphics 
(60 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(19 open)
     Adobe Premiere 
(4 open)
     3d Animation 
(15 open)
   Art (Misc.) 
(20 open)
   Music 
(11 open)
   3d Modeling 
(12 open)
Language Specific 
(94 open)
   ASP 
(60 open)
   ASP .NET 
(38 open)
   C# 
(39 open)
   C++ / C 
(108 open)
   Carbon (Mac OS) 
(1 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(26 open)
   Java 
(61 open)
   JSP 
(7 open)
   Perl 
(43 open)
   PHP 
(87 open)
   XML/XSL 
(30 open)
   Visual Basic 
(143 open)
   Visual Basic .Net 
(58 open)
   Other 
(51 open)
Misc 
(28 open)
   CAD 
(3 open)
MultiMedia 
(41 open)
   Video Editing 
(6 open)
Network 
(41 open)
   Network Design 
(12 open)
   Network Implementation 
(12 open)
Platforms 
(75 open)
   Windows 
(170 open)
     MS Exchange 
(5 open)
     MS Office 
(14 open)
     Other 
(14 open)
   Darwin 
(1 open)
   Internet Browser 
(43 open)
   Linux 
(57 open)
   UNIX 
(26 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(13 open)
Security 
(29 open)
Testing / Quality Assurance 
(18 open)
Web 
(149 open)
   Page Design 
(81 open)
   Flash 
(45 open)
   Web Services 
(70 open)
   Web (Other) 
(69 open)
Training 
(10 open)
   Computer Based 
(9 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Linked List
Bid Request Id: 5544
Bookmark in my 'To Do' list
Posted by: seatiger74 (25 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 3.23%
Buyer Security Verifications: Good
Approved on: Nov 26, 2001
10:46:08 PM EDT
Bidding Closes: Dec 10, 2001
10:46:49 PM EDT
Viewed (by coders): 473 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: C++ / C
Enter chat room for this bid request
(0 active users at Jul 12, 2003 4:25:59 AM EDT)

Description:
Programming I -- Assignment 6
Linked Lists
Write in C++ (using VC++6.0)
This assignment involves writing some code that deals with a data structure
called a 'linked list'. Conceptually, a linked list is simply a sequence of
'data nodes' (each node containing some piece of information) that are linked
together by pointers. We have a pointer called 'head' that points to the first
such node, which contains a pointer to the next, etc. Conceptually, we have:

head --> NODE 1 --> NODE 2 --> NODE 3 --> ... --> NODE N

where the last NODE has a null pointer coming out to indicate the end of the
list.

Your assignment #6 is to set up a computerized doctor appointment schedule
for one arbitrary day. Times will be stored as integer military times,
as in 800 for 8 am, 1645 for 4:45 pm, etc. Available appointment times
are any multiple of 15 minutes from 800 to 1645 (open 8 to 5). When you
run your program, you pretend to be a secretary taking appointment calls
(all for the next day, to make it simple). Customers can call in to either
schedule an appointment or to cancel one. The information you will store
about each appointment (i.e., what goes into "struct some_type") is :
1. customer name -- (for simplicity, just use last names, length 15)
2. time (as described above)
3. problem -- (a string of length 50 briefly describing customer's problem)

All this goes into your linked list of structs, ordered by appointment time.
If a customer requests a time that is already being used, they must try a
different time (thus, your insert routine needs to be altered a little to
accomodate this). If the customer requests a time that is not a multiple of
15, round it up to the nearest such (and require it to be in the range 800 to
1645). If a customer calls to cancel an appointment, ask for the name, and
search BY NAME to find the right appointment, then delete it.

Note: Times must be carefully handled; you probably will want to break
up a time such as 1445 into hrs = 14, min = 45 in order to work with it.
If you leave it as 1445 and check to see if it is divisible by 15, it turns
out not to be!

Also include a routine to traverse the whole linked list (schedule), such
that all the information is printed, in a reasonably neat format.

When you actually run the program, insert at least 10 appointments, show
that your delete works, and finally do a traversal to print out the final
schedule.




Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.


Special Conditions / Other:
12/01/01 Sat


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!
CoolBeanz Consulting
(12 ratings)
in Douglasville, Georgia
United States
Bid id: 59,606
 
$10 (USD) Nov 26, 2001
11:35:17 PM EDT
 6.92
(Good)
   
I can have this done and fully tested by the due date.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.97 on 102 jobs 
Securenext
Rated a 9.96 on 109 jobs 
Buddies
Rated a 9.82 on 80 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.