Find Jobs
Hire Freelancers

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

$10-30 USD

Finalizat
Data postării: peste 4 ani în urmă

$10-30 USD

Plata la predare
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; }
ID-ul proiectului: 23531467

Despre proiect

14 propuneri
Proiect la distanță
Activ: 4 ani în urmă

Vrei să câștigi bani?

Avantajele de a licita pe platforma Freelancer

Stabilește bugetul și intervalul temporal
Îți primești plata pentru serviciile prestate
Evidențiază-ți propunerea
Te înregistrezi și licitezi gratuit pentru proiecte
Acordat utilizatorului:
Avatarul utilizatorului
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 în 2 zile
5,0 (1 recenzie)
0,0
0,0
14 freelanceri plasează o ofertă medie de $25 USD pentru proiect
Avatarul utilizatorului
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 în 1 zi
4,9 (17 recenzii)
4,9
4,9
Avatarul utilizatorului
Hey pm me, I can do it.
$25 USD în 1 zi
5,0 (17 recenzii)
4,3
4,3
Avatarul utilizatorului
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 în 1 zi
5,0 (9 recenzii)
3,4
3,4
Avatarul utilizatorului
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 în 2 zile
5,0 (5 recenzii)
2,2
2,2
Avatarul utilizatorului
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 în 2 zile
5,0 (2 recenzii)
2,1
2,1
Avatarul utilizatorului
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 în 1 zi
5,0 (2 recenzii)
1,7
1,7
Avatarul utilizatorului
✨✨✨✨ ✨ 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 în 1 zi
5,0 (2 recenzii)
1,4
1,4
Avatarul utilizatorului
******************* 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 în 7 zile
0,0 (0 recenzii)
0,0
0,0
Avatarul utilizatorului
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 în 2 zile
0,0 (0 recenzii)
0,0
0,0
Avatarul utilizatorului
Working on Data Structure and Algorithm in C++ since 1.5 years.
$10 USD în 1 zi
0,0 (0 recenzii)
0,0
0,0
Avatarul utilizatorului
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 în 1 zi
0,0 (0 recenzii)
0,0
0,0
Avatarul utilizatorului
I can do it for you. You'll not be disappointed. I have well hands on that. Please consider my proposal.
$20 USD în 1 zi
0,0 (0 recenzii)
0,0
0,0

Despre client

Steagul MALAYSIA
Putrajaya, Malaysia
5,0
3
Metoda de plată a fost confirmată
Membru din ian. 8, 2020

Verificarea clientului

Mulțumim! Ți-am trimis prin e-mail linkul pe care trebuie să-l accesezi pentru a revendica creditul gratuit.
A apărut o eroare la trimiterea e-mailului. Încearcă din nou.
Utilizatori înregistrați Totalul proiectelor postate
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Se încarcă previzualizarea
S-a oferit permisiunea de depistare a locației.
Ți-a expirat sesiunea pentru conectare sau te-ai deconectat. Conectează-te din nou.