Find Jobs
Hire Freelancers

Basic Code C++ : Linked List - Delete a node from any position

$10-30 USD

Completed
Posted about 4 years ago

$10-30 USD

Paid on delivery
Your code should be based on my code and you only have to add the 'Delete from any postion function' #include <iostream> using namespace std; //Creating Node Structure struct Node{ int data; Node *link; }; // Creating Head Pointer and Equating to Null Node *head=NULL; //Function to insert at the beginning of linked list void insertBeg( int d){ Node *ptr= new Node(); ptr->data=d; ptr->link=head; head=ptr; } //Function to insert at the end of linked list void insertEnd(int d){ Node *ptr= new Node(); ptr->data=d; ptr->link=NULL; if(head==NULL){ head=ptr; else{ Node *temp= head; while (temp->link !=NULL){ temp=temp->link } temp->link=ptr; } void displayList(){ Node *ptr=head; if(head==NULL) cout<<"LIST IS EMPTY\n"; while(ptr!=NULL) { cout<<ptr->data<<" "; ptr=ptr->link; } cout<<"\n"; } int main() { insertEnd(1); insertEnd(2); insertEnd(3); insertEnd(4); insertEnd(5); displayList(); return0; }
Project ID: 23531467

About the project

14 proposals
Remote project
Active 4 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
Hi, hopefully you’re feeling well. I’m C++ Developer worked and I’ve a good experience in it. I can apply my skills to solve your problem. Right now I've placed a bid, but we can finalize it after discussion. Please start the chat so we can have detailed discussion. Looking forward to help you!
$15 USD in 2 days
5.0 (1 review)
0.0
0.0
14 freelancers are bidding on average $25 USD for this job
User Avatar
Thank you for your posting job. I read your project description and I'm very interested in this project. As you can see via my profile, I have expertise skills to build C#& C++. If you hire me for this project, you will have a chance to get to know another talent and trustworthy. I hope work with you, sincerely.
$50 USD in 1 day
4.9 (17 reviews)
4.9
4.9
User Avatar
Hey pm me, I can do it.
$25 USD in 1 day
5.0 (17 reviews)
4.3
4.3
User Avatar
Hello! This is a very simple task for me. I'm very comfortable with C and C++ so can get this done within a few hours. I can base the code on your existing code. Any questions, send me a message.
$24 USD in 1 day
5.0 (9 reviews)
3.4
3.4
User Avatar
Hey there, I am interested to do your work. I am a full stack web designer and developer. I can complete your work according to your need. Waiting to hear from you. Thank you Regards Gurdeep Singh
$20 USD in 2 days
5.0 (5 reviews)
2.2
2.2
User Avatar
Hello, I am a dev with more than 20 years of exp. I would gladly do your function for you for the price specified. Please contact me if you are interested.
$20 USD in 2 days
5.0 (2 reviews)
2.1
2.1
User Avatar
Hi, its a simple task and i will deliver you the work very fast <1 hour. I have ideas about making your code simpler too.
$15 USD in 1 day
5.0 (2 reviews)
1.7
1.7
User Avatar
✨✨✨✨ ✨ Hello, how are you? ✨✨✨✨ ✨ I have just read your requirement very careful and I am sure that I can finish it for 1 hours because I am a professional C/C++/C# , Javascript expert with strong algorithm. So I think it is a important opportunity for me to prove my top skill. Please check my reviews that received from clients and then contact me if you want to finish it instantly. Thank you for having a look.
$30 USD in 1 day
5.0 (2 reviews)
1.4
1.4
User Avatar
******************* Thanks for job posting **************** I'm a senior mobile app developer having over 3 years of experience. I have developed lots of apps into the app store during then. My experiences as following: - Social Networking App Development - Tinder Style Dating App Development - Uber Style E-Commerce App Development - GPS based Navigation App Development - Photo/Video Sharing App Development - Hotel Booking App Development - Food/Drink Ordering App Development My Skills as following: - Objective-C/Swift - Core Java - ionic - Mysql Database Design - JSON Restful Backend Apis Development I am able to work your project with high quality. Once you work with me you will know my skills and ability. I am looking forward to a long term relationship with you so far. Sincerely.
$50 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I'm expert in java, c++ and c language. I have completed many projects as well and also currently working in these languages. I can complete your work as quick as possible.
$30 USD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Working on Data Structure and Algorithm in C++ since 1.5 years.
$10 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I'm an expert in c++ programing language , I'm also a technical support in a big company that works with programming , and also an instructor of C++ in IEEE
$30 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I can do it for you. You'll not be disappointed. I have well hands on that. Please consider my proposal.
$20 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of MALAYSIA
Putrajaya, Malaysia
5.0
3
Payment method verified
Member since Jan 8, 2020

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.