Find Jobs
Hire Freelancers

C++ Linked List Simple Project (C++ Only) - repost

$10-30 USD

已关闭
已发布超过 10 年前

$10-30 USD

货到付款
DUE BY: December 18th NOTE: Please only SIMPLE code, no advanced techniques Given the definition and implementation of the singly linked list, add the following member functions to the linked list (assuming list1 is an object of the class IntSLList) 1. [login to view URL]() This member function reverses a singly linked list using only one pass through the list. For example, if the list has the values 1,2,3,4,5, then [login to view URL]() would reverse the list to start with 5,4,3,2,1. If the list is empty, print an error message 2. [login to view URL]() This member function deletes all the nodes of [login to view URL] the list is empty, print an error message 3. [login to view URL](list2) This member function appends list2 to list1 and then removes all the nodes of list2. If both list1 and list2 are empty, print an error message. 4. [login to view URL](value) where value can be any integer This member function takes any integer value and multiplies all the nodes (info) by the value of that integer. 5. [login to view URL](value)where value can be any integer This member function returns the frequency of a given integer in the linked list. If the list is empty, print an error message 6. [login to view URL]() This member function returns the number of nodes in the list [login to view URL](value) where value can have 0 (ascending order) or 1 (descending order) Sort the linked list. [login to view URL](n,k) This member function removes all nodes from the nth node through the kth node. For example, [login to view URL](5,7) would remove the 5th, 6th and 7th nodes. The member function should check that the values of n and k are less than or equal to the number of nodes in the list Needed: Header files for the linked list classes Source code files (one for each class implementation). Source code file that contains main() to test the new member functions. Make sure you include a test for each of the new member functions with appropriate test conditions. An executable file of your program (main() + class implementations)
项目 ID: 5238923

关于此项目

1条提案
远程项目
活跃10 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
1威客以均价$25 USD来参与此工作竞标
用户头像
I already have the most part of your project done. Only things left are sorting and removeNodes, would finish soon.
$25 USD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
Union City, United States
5.0
3
付款方式已验证
会员自12月 18, 2013起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。