Find Jobs
Hire Freelancers

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

$10-30 USD

Concluído
Publicado há mais de 4 anos

$10-30 USD

Pago na entrega
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 do Projeto: 23531467

Sobre o projeto

14 propostas
Projeto remoto
Ativo há 4 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
Concedido a:
Avatar do Usuário
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 em 2 dias
5,0 (1 avaliação)
0,0
0,0
14 freelancers estão ofertando em média $25 USD for esse trabalho
Avatar do Usuário
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 em 1 dia
4,9 (17 avaliações)
4,9
4,9
Avatar do Usuário
Hey pm me, I can do it.
$25 USD em 1 dia
5,0 (17 avaliações)
4,3
4,3
Avatar do Usuário
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 em 1 dia
5,0 (9 avaliações)
3,4
3,4
Avatar do Usuário
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 em 2 dias
5,0 (5 avaliações)
2,2
2,2
Avatar do Usuário
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 em 2 dias
5,0 (2 avaliações)
2,1
2,1
Avatar do Usuário
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 em 1 dia
5,0 (2 avaliações)
1,7
1,7
Avatar do Usuário
✨✨✨✨ ✨ 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 em 1 dia
5,0 (2 avaliações)
1,4
1,4
Avatar do Usuário
******************* 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 em 7 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
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 em 2 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
Working on Data Structure and Algorithm in C++ since 1.5 years.
$10 USD em 1 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
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 em 1 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
I can do it for you. You'll not be disappointed. I have well hands on that. Please consider my proposal.
$20 USD em 1 dia
0,0 (0 avaliações)
0,0
0,0

Sobre o cliente

Bandeira do(a) MALAYSIA
Putrajaya, Malaysia
5,0
3
Método de pagamento verificado
Membro desde jan. 8, 2020

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.