Find Jobs
Hire Freelancers

C program nonrecursive

$10-30 USD

Fechado
Publicado há quase 7 anos

$10-30 USD

Pago na entrega
Give a Θ(n)-time nonrecursive procedure that reverses a singly linked list of n elements. The procedure should use no more than a constant storage beyond that needed for the list itself.
ID do Projeto: 14961625

Sobre o projeto

39 propostas
Projeto remoto
Ativo há 7 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
39 freelancers estão ofertando em média $22 USD for esse trabalho
Avatar do Usuário
I did linked list reversal algorithms before using constant space and in linear time. I can do this project if you are interested, just let me know. Relevant Skills and Experience C, Data Structures Proposed Milestones $30 USD - Completion milestone
$30 USD em 1 dia
5,0 (550 avaliações)
7,2
7,2
Avatar do Usuário
hi. i can easily do this for you. we can have a chat. thanks
$20 USD em 1 dia
4,9 (367 avaliações)
7,5
7,5
Avatar do Usuário
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on client side, using c++ under Windows environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you. I can give u solution in less than 1 hour time, thanks a lot!
$30 USD em 1 dia
4,9 (155 avaliações)
7,1
7,1
Avatar do Usuário
Hi, I know how to solve this linked list reversal task in the proper way and can provide you working solution. Please let me know if you are interested in cooperation. Relevant Skills and Experience C Programming, Algorithms, Linked Lists Proposed Milestones $25 USD - Source code delivery
$25 USD em 1 dia
5,0 (82 avaliações)
6,3
6,3
Avatar do Usuário
Dear client, how are you? No problem. Let's do. No problem. Let's do. No problem. Let's do. No problem. Let's do. No problem. Let's do. Looking forward to your response. Thanks. Relevant Skills and Experience C Programming, Algorithm, Data Structure Proposed Milestones $30 USD - completion
$30 USD em 1 dia
5,0 (35 avaliações)
6,1
6,1
Avatar do Usuário
Hi, I've got quite some experience with C and C++ and I'm sure I can help you out with your project. May I get more details over the chat? Relevant Skills and Experience C, C++, Data Structures Proposed Milestones $25 USD - Completion
$25 USD em 1 dia
5,0 (69 avaliações)
5,5
5,5
Avatar do Usuário
Very simple C programming task that can be done without much time. All the conditions stated for this linked list problem will be satisfied. I always serve best when it comes to programming assignment Relevant Skills and Experience C, C++ Proposed Milestones $20 USD - All
$20 USD em 1 dia
4,9 (40 avaliações)
4,9
4,9
Avatar do Usuário
I will create a C function that reverses a singly-linked list in place. Relevant Skills and Experience I have 30 years experience programming in C. Proposed Milestones $30 USD - C Programming
$30 USD em 3 dias
4,8 (65 avaliações)
5,1
5,1
Avatar do Usuário
A proposal has not yet been provided
$20 USD em 1 dia
4,9 (30 avaliações)
4,6
4,6
Avatar do Usuário
I have 5+ years of working experience in data structures and algorithms. I can do this task for you. Looking forward for a positive response from you. Relevant Skills and Experience data Structures, C++, C Proposed Milestones $20 USD - Initial milestone request
$20 USD em 1 dia
5,0 (22 avaliações)
4,2
4,2
Avatar do Usuário
A proposal has not yet been provided
$20 USD em 1 dia
5,0 (23 avaliações)
4,3
4,3
Avatar do Usuário
I am best suited to this type of coding. I will meet the best run-time and maintain the memory constraint of not using extra memory other than the list. Best services guaranteed. Relevant Skills and Experience C++ Proposed Milestones $25 USD - All
$25 USD em 1 dia
5,0 (15 avaliações)
3,8
3,8
Avatar do Usuário
Take pseudo code for free Relevant Skills and Experience static void reverse(struct Node** head_ref){ struct Node* prev = NULL; struct Node* current = *head_ref; struct Node* next; while (current != NULL){ next = current->next; current->next = prev; Proposed Milestones $25 USD - Ignore it prev = current; current = next; } *head_ref = prev; }
$25 USD em 1 dia
5,0 (5 avaliações)
3,3
3,3
Avatar do Usuário
Have done this dozens of times and can do it in very short time
$25 USD em 1 dia
5,0 (6 avaliações)
3,3
3,3
Avatar do Usuário
Have more than 10+ years of c application development experience in some of the worlds top most software companies.
$10 USD em 1 dia
4,9 (9 avaliações)
3,3
3,3
Avatar do Usuário
Hi there, I can write non-recursive procedure for reversing singly linked list that have time complexity of theta(n). I will use 3 pointers curr, prev, next to implement these procedure. I can comment out the procedure so you can understand it. Contact me in chat so we can start the project ASAP. Thanks for considering my bid. Krunal
$10 USD em 1 dia
4,7 (2 avaliações)
3,2
3,2
Avatar do Usuário
Dear Client, I understand your requirements and I'm interested to work on your project. I'll write the procedure with specified complexity. I have the idea to do it. I'll write code which will be easy to understand. Looking forward to work on your project. Thank you
$10 USD em 1 dia
5,0 (9 avaliações)
3,1
3,1
Avatar do Usuário
Hi, I can do this work. Individual and hard working person done your work accurately. Waiting your response. Relevant Skills and Experience C Programming Proposed Milestones $30 USD - complete
$30 USD em 1 dia
5,0 (3 avaliações)
2,6
2,6
Avatar do Usuário
We have a team of experts working in research filed on different platforms. Relevant Skills and Experience C programming, C++, Java, Proposed Milestones $13.5 USD - This payment is to be paid in advance before the work starts. $13.5 USD - This payment is to be done after half completion of the project
$27 USD em 10 dias
4,2 (1 avaliação)
2,4
2,4
Avatar do Usuário
I am a C++ expert and can handle all such tasks related to link list with expertise and in reasonable price. Relevant Skills and Experience C++, Java, All data structures Proposed Milestones $25 USD - full
$25 USD em 1 dia
4,7 (2 avaliações)
1,8
1,8

Sobre o cliente

Bandeira do(a) UNITED STATES
FREMONT, United States
1,8
2
Membro desde abr. 1, 2017

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.