Rent A Coder Alert: If you are receiving an error that says: 'page not found', or 'system could not find the file specified' on this site, it is caused by a bug in your browser. Please click here to fix it. (To disable this alert, click here).

    How Software Gets Done  
The RAC business office will be closed on Monday May 26, 2003 in observance of the United States holiday of Memorial Day. Please note that we will still approve bid requests and do phone verifications but they will only be done two times during the day, once in the morning and once in the late afternoon. We wish all celebrating Memorial Day a happy one. (current site time 5/24/2003 9:38:06 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.
Update dynamic ip using http tunnel
By cy on May 24
Max Bid: $40


XP Icons Needed
By CorporateWeb on May 24
Max Bid: $20


Email Extraction from Names
By franjavier on May 24
Max Bid: Open to fair suggestions


Company Logo
By Ghwerig on May 24
Max Bid: $50

(Screen Shot)

iPAQ printing facility (light)
By dev. printing for iPAQ on May 24
Max Bid: $220


broadband animated demo
By rik2 on May 24
Max Bid: $10


Click here to put this ticker on your own site

Open Work Categories.
Database 
(152 open)
   Access 
(58 open)
   MySQL 
(75 open)
   Oracle 
(8 open)
   SQL Server 
(59 open)
   Other DB 
(22 open)
Documentation / Tech Writing 
(19 open)
Data Entry 
(20 open)
Game Development 
(17 open)
Graphics / Art / Music 
(62 open)
   Graphics 
(67 open)
     3d Animation 
(21 open)
   Art (Misc.) 
(22 open)
   Music 
(17 open)
   3d Modeling 
(16 open)
Language Specific 
(113 open)
   ASP 
(62 open)
   ASP .NET 
(16 open)
   C# 
(32 open)
   C++ / C 
(104 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(1 open)
   Cold Fusion 
(8 open)
   Delphi 
(35 open)
   Java 
(56 open)
   JSP 
(4 open)
   Perl 
(38 open)
   PHP 
(87 open)
   XML/XSL 
(23 open)
   Visual Basic 
(136 open)
   Visual Basic .Net 
(58 open)
   Other 
(52 open)
Misc 
(36 open)
   CAD 
(5 open)
MultiMedia 
(41 open)
Network 
(38 open)
   Network Design 
(10 open)
   Network Implementation 
(11 open)
Platforms 
(69 open)
   Windows 
(149 open)
     MS Exchange 
(3 open)
     MS Office 
(14 open)
     Other 
(14 open)
   Darwin 
(3 open)
   Internet Browser 
(41 open)
   Linux 
(54 open)
   UNIX 
(30 open)
   Hand Held/PDA Programming 
(12 open)
Requirements 
(8 open)
Security 
(32 open)
Testing / Quality Assurance 
(15 open)
Web 
(168 open)
   Page Design 
(91 open)
   Flash 
(63 open)
   Web Services 
(76 open)
   Web (Other) 
(93 open)
Training 
(12 open)
   Computer Based 
(14 open)
 
Other
 
Other Sites

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

Develop Java classes for each of the following objects
Bid Request Id: 10733
Bookmark in my 'To Do' list
Posted by: timerom (2 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 33.33%
Posted: Mar 13, 2002
2:51:26 AM EDT
Bidding Closes: Mar 17, 2002
3:00:00 PM EDT
Viewed (by coders): 261 times
Deadline: 3/19/2002
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: Java
Enter chat room for this bid request
(0 active users at May 24, 2003 9:38:06 PM EDT)

Description:
Develop Java classes for each of the following objects: 1. A generic element class named elt; abstract class, no data members and no member functions. 2. A child class of the class elt named comp_elt; abstract class, no data members and 1 abstract member function named compare. The compare function is to be called as x.compare(y) where both x and y are instances of comp_elt; compare returns -1 if x < y; 0 if x = y; 1 if x > y. 3. A generic stack class named my_stack; concrete class, each instance has a data member which is an array of references to instances of class elt. Another data member named count is an int which keeps track of the number of active elt refs in the given instance of my_stack. Two more int data members named max and grow_by keep track of the current size of the array and the amount it should grow by if it fills up at the current size. member functions: default constructor sets max to 50 and grow_by to 0. a second constructor allows user to set both the initial size of the array and the grow_by amount as parameters. The first parameter sets the size to 50 and the second to 10. a member function named push takes an elt ref as its only parameter and inserts that elt ref into the stack as the Last-in member of the stack. a member function named pop removes the Last-in ref and returns that ref to the user. a member function size returns the number of active elt refs in the current stack. a member function empty returns true if the stack is empty, false otherwise. 4. A generic queue class named my_queue;concrete class, each instance has a data member which is an array of references to instances of class elt. Two more data members named front and back are ints and keep track of the indices of the front and back elt refs in the given instance of my_stack. Two more int data members named max and grow_by keep track of the current size of the array and the amount member functions: default constructor sets max to 50 and grow_by to 0. a second constructor allows user to set both the initial size of the array and the grow_by amount as parameters. insert: takes a single comp_elt ref and inserts that ret into the heap. remove: removes the root from the heap and returns the appropriate ref. size: returns number of active comp_elt refs in the heap. bubbleup(private): restores the power relationship in the heap during inseret. bubbledown(private): restores the power relationship in the heap during a remove.

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

Program must be fully comment.

Complete copyrights to all work purchased.

DUE March 19, 2002. 7:00PM Eastern Time.

*** PLEASE SEE ATTACHMENT FILE FOR DETAIL OUTLINE! ***

Platform:
Must be able to compile and execute on Java (JDK 1.1)

DUE March 19, 2002. 7:00PM Eastern Time.


*** PLEASE SEE ATTACHMENT FILE FOR DETAIL OUTLINE! ***

Must be 100% finished and received by buyer on:
Mar 19, 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:
DUE March 19, 2002. 7:00PM Eastern Time.

*** PLEASE SEE ATTACHMENT FILE FOR DETAIL OUTLINE! ***

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!
micutu
(3 ratings)
in Trusesti, Botosani
Romania
Bid id: 125,537
 
$7 (USD) Mar 17, 2002
3:43:31 PM EDT
 7
(Good)
   
I would like to work on your project. Choose my bid so I can get to work as soon as possible.
 
 
 
 
  See 2 private reply(ies)
to/from micutu.
 




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.