How Software Gets Done  
Our business office will be closed on Monday the 26th of May in observance of the U.S. official holiday of Memorial Day. Please note that we will be approving auctions and verifying transactions two times on Monday, once in the morning and then again in the early evening. We will resume our normal business hours on Tuesday the 27th of May. Thank you and we wish all a happy Memorial day. (current site time 5/25/2003 9:28:31 PM EDT)


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
Verification
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Mr.(repost)
By Esteban on May 25
Max Bid: Open to fair suggestions


Parse Application
By franjavier on May 25
Max Bid: $25


Free Host (with advertising banners on the top and ...
By Custom Script on May 25
Max Bid: $750

(Screen Shot)

PC Personal Secretary
By Nesta on May 25
Max Bid: $35


NLP integration to PHP based intranet
By Nihon Tsushin Giken on May 25
Max Bid: Open to fair suggestions


NLP integration to meaning displayer
By Nihon Tsushin Giken on May 25
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(147 open)
   Access 
(56 open)
   MySQL 
(71 open)
   Oracle 
(9 open)
   SQL Server 
(59 open)
   Other DB 
(22 open)
Documentation / Tech Writing 
(19 open)
Data Entry 
(22 open)
Game Development 
(17 open)
Graphics / Art / Music 
(60 open)
   Graphics 
(64 open)
     3d Animation 
(21 open)
   Art (Misc.) 
(17 open)
   Music 
(17 open)
   3d Modeling 
(13 open)
Language Specific 
(107 open)
   ASP 
(61 open)
   ASP .NET 
(15 open)
   C# 
(35 open)
   C++ / C 
(113 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(1 open)
   Cold Fusion 
(8 open)
   Delphi 
(39 open)
   Java 
(57 open)
   JSP 
(5 open)
   Perl 
(38 open)
   PHP 
(80 open)
   XML/XSL 
(23 open)
   Visual Basic 
(136 open)
   Visual Basic .Net 
(60 open)
   Other 
(50 open)
Misc 
(36 open)
   CAD 
(5 open)
MultiMedia 
(38 open)
Network 
(38 open)
   Network Design 
(8 open)
   Network Implementation 
(11 open)
Platforms 
(72 open)
   Windows 
(155 open)
     MS Exchange 
(3 open)
     MS Office 
(15 open)
     Other 
(16 open)
   Darwin 
(3 open)
   Internet Browser 
(41 open)
   Linux 
(53 open)
   UNIX 
(31 open)
   Hand Held/PDA Programming 
(12 open)
Requirements 
(10 open)
Security 
(31 open)
Testing / Quality Assurance 
(14 open)
Web 
(163 open)
   Page Design 
(87 open)
   Flash 
(63 open)
   Web Services 
(72 open)
   Web (Other) 
(92 open)
Training 
(14 open)
   Computer Based 
(15 open)
 
Other
 
Other Sites

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

Graphing representation
Bid Request Id: 37203
Bookmark in my 'To Do' list
Posted by: ukaserex (3 ratings)
(Software buyer rating 10)
Non-action Ratio: Below Average - 50.00%
Posted: Nov 26, 2002
4:36:56 PM EDT
Bidding Closes: Nov 29, 2002
11:59:00 PM EDT
Viewed (by coders): 139 times
Deadline: 12/1/2002 12:00:00 PM
TIME EXPIRED
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 May 25, 2003 9:28:32 PM EDT)

Description:
Develop a menu-driven program to be used by the network administrator that will provide the two options below and an exit option:


1. Shortest Path Between Two Nodes
Develop the process to find the shortest path between any two computers on a local area network. Represent each computer with an integer id. In a file, have the integer for a computer on a line followed by the integers of other directly connected computers. The cable length between computers appears after each adjacent computer number. Thus, one line of the file might be as follows (example below):

1 2 500 3 380 4 100

Direct connections exist between computers 1 and 2, computers 1 and 3, and 1 and 4. The cable length between computers 1 and 2 is 500 feet. Computers 1 and 3 have 380 feet of cable between them and 100 feet of cable separate computers 1 and 4.

If the shortest path menu option is chosen, the administrator will be queried for the two nodes in question. The shortest path between the two stated nodes will be output, clearly annotated.

2. Minimum Spanning Tree
Suppose a network administrator wishes to send a message to all networked computers covering the least amount of cable feet without duplicating the message to any machine. Develop a component to display such a minimum spanning tree along with the total feet.

If this menu option is chosen, a list of edges in the spanning tree will be generated with respective connecting cable lengths, clearly annotated.


To make things easier for grading, encode the graph above into a file and turn it in with your assignment. It is expected that you will test your algorithms/code on multiple graphs with differing properties.

Notes:
Include in your report a diagram of all test cases (i.e. draw the graphs) and label the minimum spanning tree for each graph. This will replace the data diagram portion of your assignment. A final test file will be provided in the same manner as the last program near the end of the semester.

Implementation of your graph MUST be an adjacency matrix, packed-adjacency list, or a linked adjacency list. You may use STL containers for anything/everything else if you choose too.


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.

I want this to be made using the Visual C++ 6.0 or 7.0 console application. The cpp and h files must be documented so that the user will know what each variable stands for.

It must be dynamic so that if a different test file is used, the program will still execute with valid results

Platform:
Visual C++ 6.0 or 7.0
Windows XP
// This is for bonus. We can work out these details through email or chat.
If you feel ambitious, implement it with WIN32 API. I'd also like to use a little .wav file for when the user clicks on "about" under the help menu. ( I'll supply the .wav file, just document where it should go.) If you choose this avenue, documentation must be very thorough, or the coder must have the patience to answer some of the most ignorant questions you've ever heard.

Must be 100% finished and received by buyer on:
Dec 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.

Special Conditions / Other:
Phase I Working, executable in Visual C++ 6.0 or 7.0 console application.

Phase II WIN32 API , (A nice GUI, with a couple of bells, and whistles -- note the .wav file I mentioned)

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!
Viji
(5 ratings)
in Chennai, TamilNadu
India
Bid id: 408,826
 
$30 (USD) Nov 29, 2002
1:37:37 PM EDT
 8.2
(Very Good)
   
Hi ,
I can do this for you. I have 9 years experience in c,c++ and I have done lot of work in trees graphs.
I have implemented a part of it
Please go through the executable and see if you need any changes in menu
Choice 3 in actual implementation will be spanning tree instead of quit

thanks
Attached File
 
 
 
 
  See 11 private reply(ies)
to/from Viji.
 




Quick 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.
 

Rent A Coder Top Coders.


Securenext
Rated a 9.98 on 99 jobs 
Anuj Gakhar
Rated a 9.98 on 92 jobs 
Codman
Rated a 9.97 on 145 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.98 on 179 jobs 
RNA
Rated a 9.92 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 109 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.