Find Jobs
Hire Freelancers

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

$10-30 USD

Complété
Publié il y a plus de 4 ans

$10-30 USD

Payé lors de la livraison
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; }
N° de projet : 23531467

Concernant le projet

14 propositions
Projet à distance
Actif à il y a 4 ans

Cherchez-vous à gagner de l'argent ?

Avantages de faire une offre sur Freelancer

Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux
Décerné à :
Avatar de l'utilisateur
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 en 2 jours
5,0 (1 commentaire)
0,0
0,0
14 freelances proposent en moyenne $25 USD pour ce travail
Avatar de l'utilisateur
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 en 1 jour
4,9 (17 commentaires)
4,9
4,9
Avatar de l'utilisateur
Hey pm me, I can do it.
$25 USD en 1 jour
5,0 (17 commentaires)
4,3
4,3
Avatar de l'utilisateur
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 en 1 jour
5,0 (9 commentaires)
3,4
3,4
Avatar de l'utilisateur
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 en 2 jours
5,0 (5 commentaires)
2,2
2,2
Avatar de l'utilisateur
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 en 2 jours
5,0 (2 commentaires)
2,1
2,1
Avatar de l'utilisateur
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 en 1 jour
5,0 (2 commentaires)
1,7
1,7
Avatar de l'utilisateur
✨✨✨✨ ✨ 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 en 1 jour
5,0 (2 commentaires)
1,4
1,4
Avatar de l'utilisateur
******************* 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 en 7 jours
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
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 en 2 jours
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
Working on Data Structure and Algorithm in C++ since 1.5 years.
$10 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
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 en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I can do it for you. You'll not be disappointed. I have well hands on that. Please consider my proposal.
$20 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0

À propos du client

Drapeau de MALAYSIA
Putrajaya, Malaysia
5,0
3
Méthode de paiement vérifiée
Membre depuis janv. 8, 2020

Vérification du client

Merci ! Nous vous avons envoyé un lien par e-mail afin de réclamer votre crédit gratuit.
Une erreur a eu lieu lors de l'envoi de votre e-mail. Veuillez réessayer.
Utilisateurs enregistrés Total des travaux publiés
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Chargement de l'aperçu
Permission donnée pour la géolocalisation.
Votre session de connexion a expiré et vous avez été déconnecté. Veuillez vous connecter à nouveau.