Find Jobs
Hire Freelancers

C++ Program, using linked list

$10-30 USD

Completed
Posted over 10 years ago

$10-30 USD

Paid on delivery
Here is my project for a school assignment. This lists all the required fields, It has 2 parts. Once the first part program is working, the second part can be done based off of it. PART 1 Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {next = n;} node *get_next ( ) {return next;} void *get_info ( ) {return info;} }; 1). Be able to initially fill the list. Provide functions to insert/append nodes and remove nodes from the linked list. Be able to display the contents of the list. 2). Write a little driver program with at least 5 values passed in (so that 5 nodes are created) as you insert/append, delete and display data, showing the programs operation. PART 2 Create a program that uses a derived class based on the list class you’ve created in the first program. This program will use a stack data type. class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {next = n;} node *get_next ( ) {return next;} void *get_info ( ) {return info;} }; class list { node *head; int node_num; public: list ( ) { node_num = 0; head = 0;} void remove (int); void insert (void *, int); void append (void * v) {insert (v, node_num + 1); } void *find (int); void display ( ); }; 1). Write functions to push and pop the stack. Write a driver main program which gives 5 values (5 nodes created) that will push, pop and display data stored.
Project ID: 4849858

About the project

18 proposals
Remote project
Active 11 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
Awarded to:
User Avatar
Looks easy, can be done in hours.
$23 USD in 1 day
4.9 (1038 reviews)
7.5
7.5
18 freelancers are bidding on average $28 USD for this job
User Avatar
Hi, I would like to do this project please. Let me know if you are interested so I can start. Thanks.
$20 USD in 1 day
5.0 (640 reviews)
7.3
7.3
User Avatar
i can deliver to u in half an hour.
$19 USD in 0 day
4.9 (133 reviews)
6.9
6.9
User Avatar
Hi, I can help you, Thanks
$50 USD in 1 day
4.7 (196 reviews)
6.6
6.6
User Avatar
Let me help you
$18 USD in 1 day
4.9 (46 reviews)
5.0
5.0
User Avatar
I can do it
$25 USD in 1 day
4.7 (10 reviews)
4.9
4.9
User Avatar
I have experience of C++ programming and Linked Lists. Looking forward to work on your project. Thank you.
$25 USD in 1 day
4.4 (19 reviews)
4.4
4.4
User Avatar
Hello, I will create C++ programs for both these exercises.
$41 USD in 3 days
5.0 (2 reviews)
3.9
3.9
User Avatar
I could help you
$35 USD in 3 days
5.0 (9 reviews)
4.0
4.0
User Avatar
Please, let me help you.
$15 USD in 1 day
4.6 (1 review)
2.5
2.5
User Avatar
let expert do this
$35 USD in 1 day
5.0 (4 reviews)
2.0
2.0
User Avatar
Hello, Give me your project. I'll finish your project at once. Thank you.
$30 USD in 3 days
5.0 (2 reviews)
1.4
1.4
User Avatar
i can do this
$25 USD in 3 days
5.0 (1 review)
0.8
0.8
User Avatar
Hi, Consider its done! I would love to get this opportunity of working with you. I can guarantee complete satisfaction if you select me to execute this project. Please check private message board. Thanks
$40 USD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello there, I am an experienced C++ programmer. I can get this done for you within a few hours. I will deliver part 1 to you as soon as it is done so that you will have a chance to test and verify the functionalities while I work on the part 2. Part 1 should take less than an hour. You may expect the code to be fully commented and fully tested by the time you get it. You can expect quality from my work. I hope you will consider my bid. Cheers!
$30 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi I am an experienced software developer , with 1.5 years of experience in working for Cisco , Texas Instruments., I can do this project for you. and deliver within 1 day Nishant
$30 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
that sounds easy, I can manager it
$25 USD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi. Your project is really simple. Can I help You?
$10 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
Santa Cruz, United States
4.9
5
Payment method verified
Member since Jul 22, 2013

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.