Find Jobs
Hire Freelancers

c programming

$10-30 CAD

In Progress
Posted over 6 years ago

$10-30 CAD

Paid on delivery
[1pt] 1. We want create a list of patients and their age. • Prompt the user to enter a name of patient and its age then add them to the lists. Use two lists one for the names and the second for the ages. [2 pts] 2. Create a method that sorts the list according to the age. Analyze the sorting code fragment and determine the Big O Notation [2 pts] 3. Create a method that sorts the list list Alphabetically. use strcmp( const char * str1, const char * str2 ) method to compare two strings and strcpy(char *dest, const char *src) to copy the string pointed to, by src to dest. Analyze the sorting code fragment and determine the Big O Notation [2 pts] 4. Create a method that delete a patient from the list. Prompt the use to enter the name of patient (to be removed), then call this method and display the new list of patients with their ages
Project ID: 14828392

About the project

53 proposals
Remote project
Active 7 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Your project could be completed with high performance don"t worry Stay tuned, I'm still working on this proposal.
$10 CAD in 1 day
0.0 (0 reviews)
0.0
0.0
53 freelancers are bidding on average $27 CAD for this job
User Avatar
Hi there, I went through the requirements and I would like to do this project if given the opportunity. Let me know if you are interested so I can have further details. Thanks. Relevant Skills and Experience C Proposed Milestones $30 CAD - Completion milestone
$30 CAD in 1 day
5.0 (549 reviews)
7.2
7.2
User Avatar
Hello, I love c and c++ since more than 20 years ago... I should be a good option, if you want to have a bugless code. Habilidades y experiencia relevante c, c++ Htos propuestos $50 CAD - the job when do you need it?
$50 CAD in 1 day
5.0 (108 reviews)
7.2
7.2
User Avatar
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 6 years. My work is online game developing, and mainly focus on client side, using c++ under windows environment. I used c++ to make many great projects, for example, I made the tools which can convert java files into c++ scripts, of course garbage collection included, this job is very similar to a compiler, and is 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.
$150 CAD in 2 days
4.9 (155 reviews)
7.1
7.1
User Avatar
Hi. I have a great skill in c/c++. I can complete your project. My price and period is negotiable. We can discuss details via chat. Thanks. Relevant Skills and Experience I have been developing java for 20 years. I have much experience in c/c++. Proposed Milestones $35 CAD - done
$35 CAD in 1 day
4.7 (49 reviews)
5.7
5.7
User Avatar
I do this type of work on a daily basis. I have a clear idea on what you want to do, and I can finish it in 1 hour, once you award me the project. Relevant Skills and Experience I am an Electronics and Computer Engineering final year student. I have years of programming experience. I am new here, so I have only 2 5 star ratings to show you. Proposed Milestones $15 CAD - Full solution Looking forward to working with you. If there are any other details, add them.
$15 CAD in 0 day
5.0 (10 reviews)
5.3
5.3
User Avatar
Hi, I've got quite some experience with 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 $30 CAD - Completion
$30 CAD in 1 day
5.0 (69 reviews)
5.5
5.5
User Avatar
Best suited to solve this type of assignments. Have done hundreds of similar type of C programming assignments with 99 percent success. Best services guaranteed. Relevant Skills and Experience C, C++ Proposed Milestones $25 CAD - Everything
$25 CAD in 1 day
4.9 (40 reviews)
4.9
4.9
User Avatar
I can finish this task for you in less than 24 hours while meeting all your task requirements. I posses a good knowledge in C and C++ Relevant Skills and Experience C, C++, Linux, Algorithms Proposed Milestones $15 CAD - .
$15 CAD in 1 day
4.8 (15 reviews)
4.5
4.5
User Avatar
Hello. More 20 years programming experience. I need more details to set real time and price. Regards. Relevant Skills and Experience More 20 years programming experience. Proposed Milestones $55 CAD - C Programming I need more details to set real time and price.
$55 CAD in 2 days
4.8 (12 reviews)
4.4
4.4
User Avatar
Have more than 10+ years of C Experience in some of the World's Top Most Software Companies. Relevant Skills and Experience Have successfully delivered multiple C applications Stay tuned, I'm still working on this proposal.
$10 CAD in 1 day
4.9 (9 reviews)
3.4
3.4
User Avatar
Dear Sir, I understand you requirements and I would like to work on your project. I write code which is easy to understand with comments. Relevant Skills and Experience I have experience of programming in C, C++ , Java and Javascript. Proposed Milestones $10 CAD - complete projec I would like to know whether you want to use array or linked list for this program.
$10 CAD in 1 day
5.0 (9 reviews)
3.2
3.2
User Avatar
Realy easy task. I have 6 years of experience as a full time web developer. I will provide all debug and support at reasonable prices.
$15 CAD in 0 day
5.0 (4 reviews)
3.0
3.0
User Avatar
Hi there, I can implement this program in C/C++. We can sort out lists using algo like insertion sort or heap sort or any other. Invite me in chat so we can get started with project. Relevant Skills and Experience I have more than 3 years of experience in C/C++ programming. I like challenging problems. I would like to work on this project. Looking forward to your reply. Proposed Milestones $12 CAD - After completion of project Can you invite me in chat?
$12 CAD in 1 day
4.7 (2 reviews)
3.2
3.2
User Avatar
I'm an experienced C / C++ developer. I can implement this project for you. I have an MSC degree on Computer Science I know what is big O notation. Relevant Skills and Experience C / C++ Linux / Windows / OSX Proposed Milestones $30 CAD - full solution Questions What is your target OS? Do you really need two independent lists for the names and ages? It would more straightforward to store them in one list with a struct. Then you can sort it by name or by age. If you want to store them in two separate lists you will need to connect them somehow later (e.g. with an ID). Because after the sort you will need to find the corresponding pairs (name - age).
$30 CAD in 1 day
5.0 (3 reviews)
3.0
3.0
User Avatar
Hi, I can solve this Algorithm run time problem for you with a minimum run time.
$30 CAD in 1 day
4.9 (10 reviews)
3.1
3.1
User Avatar
Hey, I will finish the required task the program seems to be too simple and will not take more than 3-4 hours Relevant Skills and Experience I have experience in C programming for more than 7 years and have built many projects using it Proposed Milestones $27 CAD - C programming
$27 CAD in 1 day
5.0 (5 reviews)
2.7
2.7
User Avatar
A proposal has not yet been provided
$30 CAD in 1 day
5.0 (3 reviews)
2.5
2.5
User Avatar
Hello, I am a computer engineer working with different technologies. I've done a lot of work with C and C++. Relevant Skills and Experience I've worked with lists in C and I can help you doing the tasks. So do contact me if the bid is worth. Thank you. :) Proposed Milestones $23 CAD - Project Total
$23 CAD in 2 days
5.0 (2 reviews)
1.0
1.0
User Avatar
Hi I am a computer science engineering graduate. I have very good command over logic building and c programming with Algorithm development and analysis. I have been 5 years of experience in computer programming. Currently I am also working as a freelancer in my spare time. I can be a good choice for you for this C programming.
$30 CAD in 1 day
5.0 (2 reviews)
1.1
1.1
User Avatar
Hi, there. I can help you. I have good experience with C/C++ programming. It is easy for me. I can do it within an hour. Please contact me. Regards.
$20 CAD in 0 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of CANADA
brampton, Canada
5.0
2
Payment method verified
Member since Jul 22, 2017

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.