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.
ASP Timer Help
By rohit123 on Jul 16
Max Bid: $5


Sage Line 50
By Roger Anderson on Jul 15
Max Bid: Open to fair suggestions


Macro for MS Outlook
By Kanthg on Jul 15
Max Bid: $75


ASP Report Writer
By Limbo Man on Jul 15
Max Bid: Open to fair suggestions


Simple Semantic Analysis
By BPEJMAN on Jul 15
Max Bid: Open to fair suggestions


Instant Messaging
By ngali on Jul 15
Max Bid: $150


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

Open Work Categories.
Database 
(140 open)
   Access 
(46 open)
   MySQL 
(86 open)
   Oracle 
(10 open)
   SQL Server 
(50 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(18 open)
   Language (Human) Translations 
(1 open)
Data Entry 
(26 open)
Game Development 
(24 open)
Graphics / Art / Music 
(49 open)
   Graphics 
(46 open)
     Adobe AfterEffects 
(5 open)
     Adobe Photoshop 
(20 open)
     Adobe Premiere 
(6 open)
     3d Animation 
(16 open)
   Art (Misc.) 
(17 open)
   Music 
(11 open)
   3d Modeling 
(11 open)
Language Specific 
(98 open)
   ASP 
(54 open)
   ASP .NET 
(39 open)
   C# 
(35 open)
   C++ / C 
(106 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(9 open)
   Delphi 
(38 open)
   Java 
(57 open)
   JSP 
(11 open)
   Perl 
(42 open)
   PHP 
(88 open)
   XML/XSL 
(32 open)
   Visual Basic 
(140 open)
   Visual Basic .Net 
(59 open)
   Other 
(54 open)
Misc 
(26 open)
   CAD 
(4 open)
MultiMedia 
(36 open)
   Video Editing 
(5 open)
Network 
(32 open)
   Network Design 
(4 open)
   Network Implementation 
(6 open)
Platforms 
(75 open)
   Windows 
(150 open)
     MS Exchange 
(5 open)
     MS Office 
(14 open)
     Other 
(7 open)
   Darwin 
(2 open)
   Internet Browser 
(43 open)
   Linux 
(58 open)
   UNIX 
(25 open)
   Hand Held/PDA Programming 
(10 open)
Requirements 
(14 open)
Security 
(35 open)
Testing / Quality Assurance 
(18 open)
Web 
(150 open)
   Page Design 
(77 open)
   Flash 
(46 open)
   Web Services 
(66 open)
   Web (Other) 
(63 open)
Training 
(12 open)
   Computer Based 
(8 open)
Other
 
Other Sites

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

We have to implement a stack using an array that is implemented dynamically at run time. The program should be able to work so that it can use any data type
Bid Request Id: 5687
Bookmark in my 'To Do' list
Posted by: mizzou23 (0 ratings)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Unverified
Approved on: Nov 28, 2001
8:42:28 PM EDT
Bidding Closes: Nov 30, 2001
12:00:00 PM EDT
Viewed (by coders): 454 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 16, 2003 2:14:53 AM EDT)

Description:
You are to implement a stack using arrays. The array should be implemented dynamically at run time. The concept of dynamic arrays enables the programmer to implement algorithms independently of the length of the arrays used. The index ranges of dynamic arrays are not to be defined until run-time. Stacks have various applications like evaluation of expressions, reversing a string, etc. In each of these applications,there can be a situation when you don't know the number of elements that need to be pushed into the stack. In such cases, the array needs to be created dynamically.

You are to push and pop items into a stack. Then, traverse and finally delete the stack. Your ADT should implement the stack using dynamic arrays,
and it should work for any datatype even if it is tested using a particular datatype.The data file may contain only character strings to be inserted in the
stack, but define your ADT such that it works for items of any data type.

You will be given sentences, and will be required to push each character of the
sentence into a stack. The number of characters in the string will be known at run-time, when the data is read from the data file. The first thing you need to do is to create an empty stack.
Then push the items into the stack, which is to be implemented as a dynamic array. The required memory block will have to be allocated at run-time, using malloc. A push operation would mean to increase the array size and add items at the top
of the stack. Popping an item would mean to physically delete the item from the stack,
and decrease the size of the array. Finally, delete the stack and free the memory block that was allocated for the stack.

The data file that was given to us is as follows:
push this is thefirstline
pop 4
push this is the nextline
pop 21
print
push good luck
push this is the last assignment for the semester
pop 15
print
delete_stack


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:
This must be completed bye Saturday December 1 at midgnight.


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!
Alex K
(60 ratings)
in N-Novgorod, N-Novgorod
Russian Federation
Bid id: 61,589
 
$30 (USD) Nov 29, 2001
10:39:19 AM EDT
 9.83
(Excellent)
   
This is very easy task for me. I've already done it. I'll do it in a day.
 




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.83 on 81 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.