Find Jobs
Hire Freelancers

C program nonrecursive

$10-30 USD

ปิดแล้ว
โพสต์ เกือบ 7 ปีที่ผ่านมา

$10-30 USD

ชำระเงินเมื่อส่งงาน
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.
รหัสโปรเจกต์: 14961625

เกี่ยวกับโปรเจกต์

39 ข้อเสนอ
โปรเจกต์ระยะไกล
ใช้งานอยู่ 7 ปีที่ผ่านมา

กำลังมองหาการสร้างรายได้ใช่ไหม?

ประโยชน์ของการประมูลกับ Freelancer

กำหนดงบประมาณและกรอบเวลาของคุณ
รับเงินจากการงานของคุณ
อธิบายข้อเสนอของคุณในภาพรวม
ลงทะเบียนและเสนอราคาฟรี
39 ฟรีแลนซ์กำลังเสนอราคาโดยเฉลี่ย $22 USD สำหรับงานนี้
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (550 รีวิว)
7.2
7.2
รูปอวาตาร์ของผู้ใช้
hi. i can easily do this for you. we can have a chat. thanks
$20 USD ใน 1 วัน
4.9 (367 รีวิว)
7.5
7.5
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
4.9 (155 รีวิว)
7.1
7.1
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (82 รีวิว)
6.3
6.3
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (35 รีวิว)
6.1
6.1
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (69 รีวิว)
5.5
5.5
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
4.9 (40 รีวิว)
4.9
4.9
รูปอวาตาร์ของผู้ใช้
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 ใน 3 วัน
4.8 (65 รีวิว)
5.1
5.1
รูปอวาตาร์ของผู้ใช้
A proposal has not yet been provided
$20 USD ใน 1 วัน
4.9 (30 รีวิว)
4.6
4.6
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (22 รีวิว)
4.2
4.2
รูปอวาตาร์ของผู้ใช้
A proposal has not yet been provided
$20 USD ใน 1 วัน
5.0 (23 รีวิว)
4.3
4.3
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (15 รีวิว)
3.8
3.8
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (5 รีวิว)
3.3
3.3
รูปอวาตาร์ของผู้ใช้
Have done this dozens of times and can do it in very short time
$25 USD ใน 1 วัน
5.0 (6 รีวิว)
3.3
3.3
รูปอวาตาร์ของผู้ใช้
Have more than 10+ years of c application development experience in some of the worlds top most software companies.
$10 USD ใน 1 วัน
4.9 (9 รีวิว)
3.3
3.3
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
4.7 (2 รีวิว)
3.2
3.2
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (9 รีวิว)
3.1
3.1
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
5.0 (3 รีวิว)
2.6
2.6
รูปอวาตาร์ของผู้ใช้
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 ใน 10 วัน
4.2 (1 รีวิว)
2.4
2.4
รูปอวาตาร์ของผู้ใช้
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 ใน 1 วัน
4.7 (2 รีวิว)
1.8
1.8

เกี่ยวกับลูกค้า

ปักธงของ UNITED STATES
FREMONT, United States
1.8
2
เป็นสมาชิกตั้งแต่ เม.ย. 1, 2017

การยืนยันลูกค้า

ขอบคุณ! เราได้ส่งลิงก์สำหรับเครดิตฟรีให้คุณทางอีเมลแล้ว
เกิดข้อผิดพลาดขณะส่งอีเมลของคุณ กรุณาลองอีกครั้ง
โลโก้ Freelancer Thailand / ภาษาไทย ช่วยเหลือและสนับสนุน FreelancerประเภทโปรเจคการประกวดFreelancerองค์กรแพ็กเกจสมาชิกโครงการ Freelancer ชั้นแนวหน้าการจัดการโปรเจคงานในพื้นที่Photo Anywhereหน้าจัดแสดงผลงานAPI สำหรับนักพัฒนาได้รับการยืนยันDesktop App เกี่ยวกับเกี่ยวกับเราวิธีใช้งานความปลอดภัยนักลงทุนแผนผังเว็บไซต์เรื่องราวข่าวออกสื่อทีมรางวัลข่าวประชาสัมพันธ์ร่วมงานกับเรา ข้อกำหนดนโยบายความเป็นส่วนตัวข้อกำหนดและเงื่อนไขนโยบายลิขสิทธิ์ข้อพึงปฏิบัติค่าธรรมเนียมและค่าบริการหุ้นส่วนEscrow.comLoadshiftWarrior Forum แอปโลโก้ Apple App Store โลโก้ Google Play
ไม่สามารถคัดลอกไปยังคลิปบอร์ดได้ โปรดลองอีกครั้งหลังปรับเปลี่ยนการอนุญาต
คัดลอกไปยังคลิปบอร์ดแล้ว
ผู้ใช้ที่ลงทะเบียน งานที่มีการโพสต์ทั้งหมด
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
กำลังโหลดตัวอย่าง
ได้รับอนุญาตสำหรับตำแหน่งทางภูมิศาสตร์
เซสชั่นการเข้าสู่ระบบของคุณหมดอายุและคุณได้ออกจากระบบแล้ว กรุณาเข้าสู่ระบบอีกครั้ง