Find Jobs
Hire Freelancers

I want a sort method for a linked list

$10-30 USD

Closed
Posted 7 months ago

$10-30 USD

Paid on delivery
It has to have time complexity of n O(n) I have a linked list of events which have a string "event title" i was a sort method to sort them alphabetically and then prints it. Do not use any collections/built in methods.
Project ID: 37289464

About the project

20 proposals
Remote project
Active 6 mos 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
20 freelancers are bidding on average $21 USD for this job
User Avatar
I have implemented list sorting in C/C++. Can do it in any language you need. Contact me with more details.
$30 USD in 1 day
4.9 (584 reviews)
7.7
7.7
User Avatar
Hello there! My name is Mosammet Farjana Akther and I'm a PHP, Wordpress/woocommerce, Magento, Website design, HTML5, Ios app, Android app and C++ expert. I have worked on projects with successfully for 9 years. I keep always smile my clients. I focus on long term work so we can build good relationship. I am confident that I can provide the best solution for your project - one that meets your expectations while also being timely and accurate. I specialize in developing robust applications that meet all of their functional requirements while also being user-friendly and visually appealing. My expertise lies in the areas of PHP, Wordpress/woocommerce, Magento and Website design which should come in handy when working on this project. Additionally, I have extensive knowledge of HTML5, iOS app development as well as Android app development so you can be sure that your project will be delivered on time and accurately. Not to mention my commitment to quality ensures that every project is done right the first time so you don't have to worry about any issues arising down the road. I would love the opportunity to help you bring your vision for an alphabetically-sorted
$35 USD in 2 days
4.6 (191 reviews)
7.0
7.0
User Avatar
We are a highly experienced IT company with a 5-year track record, offering a comprehensive skill set that includes Java, C++, C#, Python, Digital Marketing, Data Entry, Data Processing, SQL Data Processing, Web Scraping, Report Writing, Research Writing, and Article Writing. Our technically proficient team is available 24/7, ensuring constant communication and rapid project initiation. Why choose us? Our strength lies in our technical expertise, which allows us to deliver tailored, high-quality solutions. We prioritize transparency, delivering timely results that exceed expectations. Your project's success is our commitment. We're eager to discuss your project further and demonstrate how we can add value to your organization. Please reply at your earliest convenience, and let's embark on this journey together. Best Regards, Rafay Shahid
$19 USD in 1 day
4.8 (223 reviews)
6.3
6.3
User Avatar
Hi Sir , I have read your requirement & i am interested in your project, but i have some doubts reagrding the same ,lets discuss in detail make it clear & then i am ready to start the work right away .
$20 USD in 7 days
5.0 (22 reviews)
5.0
5.0
User Avatar
Hello! My name is Arbaz and I am a freelance designer and developer with over 10 years of experience in the industry. I specialize in creating visually stunning and functional websites, applications with creative graphic works. With this extensive knowledge base, I am able to deliver high-quality solutions that exceed expectations. I noticed that you are looking for a sort method for a linked list that has time complexity of n O(n). As a skilled programmer, I am able to understand exactly what you are looking for in this project and believe I have the skills necessary to fulfill your needs. I have experience working with linked lists before; specifically in my previous role as a software engineer, I was responsible for building large-scale applications which required me to use linked lists frequently. This knowledge has enabled me to develop methods for efficiently sorting linked lists such as the one you are looking for. I would be delighted if you could consider me for this project! Please feel free to contact me if you have any questions or would like me to provide any additional information regarding my skills or experience. Regards Arbaz M
$20 USD in 2 days
5.0 (25 reviews)
5.0
5.0
User Avatar
Hi there, my name is Rajesh and I am a Full Stack Developer and Solution Architect with extensive experience in the industry. I have a strong background in Python, PHP, Java, JavaScript and various web development technologies and frameworks. I have expertise in developing and maintaining both front-end and back-end systems, as well as creating efficient and maintainable code. I have 3 years of experience in development and have a proven track record of success in leading development teams and delivering projects on time and within budget. I am an effective communicator who can explain technical concepts to non-technical stakeholders. I am excited about the opportunity to work on new projects and contribute my skills to a team. My skillset includes Java, PHP which will be useful for this project - specifically my expertise lies in Java language syntaxes as well as PHP language syntaxes so you can be sure that you are getting the best quality product when hiring me for this job. I would love to discuss further if you are interested?
$30 USD in 2 days
4.8 (24 reviews)
4.9
4.9
User Avatar
Hello there! My name is Narendra, and I am a professional with extensive experience in developing web applications. With my expertise in both front-end and back-end technologies, I am confident that I can provide you with the best solution for your project.
$20 USD in 7 days
4.9 (16 reviews)
4.9
4.9
User Avatar
Hi, How are u? I have checked your proposal carefully. I understand your requirement well. I have full experienced with C++, Java, Sorting... I can complete your task perfectly in time. Please contact me and let's start your task right now. Thank you & Best regards!
$20 USD in 1 day
5.0 (10 reviews)
3.6
3.6
User Avatar
Hi! I have read all the provided instructions, and I am the right person to work on this task, I wanted to reach out and see whether the opportunity is still available. As you can see from previous clients I deliver exceptional quality work, I’m incredibly passionate about your project, and my style compliments your requirements: Click on the that__CHAT__button below so that I can ask a few questions concerning your project. If the job’s no longer available, I’d appreciate you throwing my hat into the ring for any similar opportunities in the future. Thank you for your time, I look forward to hearing from you soon, Best Wishes, Damaris
$20 USD in 4 days
3.2 (5 reviews)
4.6
4.6
User Avatar
Dear Client. You want a sort method for a linked list without any collection and built in methods. I have full experience with Software architecture, C/C++, java. So I can complete your project with high quality on time. If i didnot satisfy your requirement, you should not pay for my work. I hope to discuss with you for more detail. Thanks.
$15 USD in 1 day
5.0 (3 reviews)
2.5
2.5
User Avatar
Hi. I have Ph.D in computer science and have experience in C and C++ programming for more than 20 years. Would you please describe more about your problem? I am interested in solving that.
$18 USD in 7 days
4.5 (2 reviews)
1.9
1.9
User Avatar
Hi there, I read your job briefly. O(n) time complexity, I'd like to propose an efficient solution using the radix sort technique. This will cater to alphabetical strings, ensuring that your events are well-organized. Implementation Strategy: LinkedList Structure: I will start by ensuring that the linked list structure you use can efficiently support the operations we need, like insertion and access. Radix Sort Application: We'll use radix sort, a non-comparison-based sorting algorithm. By working with the individual characters of each event title and their ASCII values, we can ensure O(n) time complexity. Result Display: Once sorted, the linked list will be traversed, and the event titles will be printed in alphabetical order. Assumptions: Event titles are alphanumeric and do not exceed a certain length. Titles are case-insensitive for sorting purposes. Output: You will receive a method that accepts a linked list of event titles, sorts it, and then prints the titles in the required order. All within an impressive time complexity of O(n). Next Steps: Upon your agreement, I'll begin the implementation. If there are any specific constraints or details to be considered, please share them so I can ensure the solution is tailored perfectly to your needs. Looking forward to collaborating and delivering an efficient solution for your requirements. Warm regards, Jawad Aziz
$15 USD in 1 day
5.0 (2 reviews)
1.3
1.3
User Avatar
Greetings Dear Client. Welcome to my profile, Home to Professional and Quality services with 100% customer satisfaction guarantee. I'm a Certified & Experienced Expert in the respective project requirements. Dear Client, I take this opportunity to inform you that i have KEENLY gone through all your project requirements as given in your project description and I confirm to you that i can perfectly deliver as instructed. Being in possession of all CLEARLY STATED required project skills (C Programming, Java, C++ Programming, Software Architecture and PHP) as this is my area of professional specialisation having completed all Certifications and developed adequate experience in the same area, I hereby humbly request you to consider my bid for Professional, Quality and Affordable services always. STRICT TIMELY DELIVERY & UNLIMITED REVISIONS. Kindly Message Me We Discuss More About The Project and seal the contract. Welcome and Thank-you.
$30 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
HELLO, I have gone through your REQUIREMENTS, and I believe I have the PERSONNEL AND SKILL needed to finish this project. I have done numerous of these projects before. I have over 8 YRS experience in this field, Rest assured that I will deliver TOP QUALITY work within the stipulated DEADLINE. Now what is required for you is to create milestones and the rest becomes my responsibility, THANK YOU, AND LOOKING FORWARD TO WORKING WITH YOU.
$20 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello sir/mam, I am kuber Kunal I have completed by degree with bachelor of computer applications and have 6 months of experience as freelancing and whiling to perform your task as per your need. You might think that i don't any experience (as their is no reviews in my account but. If you see it is not only one platform for me but many more so i do have experience). To get review in this account also I need you and your help if you are willing to help and get helped the. I would love to do it.
$10 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
With a proven track record of delivering high-quality work, I bring expertise in sorting algorithms, data structures, and problem-solving. My commitment to excellence and attention to detail ensures that your task of sorting a linked list of events alphabetically with O(n) time complexity will be executed efficiently and accurately. I take pride in my ability to meet deadlines and communicate effectively, making the entire process smooth and worry-free for you. By entrusting me with your project, you'll be choosing a reliable partner who is passionate about delivering exceptional results. Let's work together to make your vision a reality!
$10 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I have done the similar type of question few days ago . minimum time complexity to solve it is nlog(n) if you want to sort them alphabetically. it can be done easily by using merge sort.
$15 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
No worries. It is not rocekt science. Control string in C or C++ is very easy to me. I have experience in Java and PHP. I read your project description, and I can see that you need a sort method for a linked list with time complexity of n O(n). I think that I am the best fit for this job because of my skills in C Programming, C++ Programming, Java, PHP and Software Architecture which would be perfect for this project. I understand that you are looking for a method that does not use any collections/built in methods. I believe that my skillset is more than enough to provide you with the solution you are looking for. Please feel free to reach out to me if you have any questions or would like me to discuss anything further regarding this project!
$11 USD in 1 day
0.0 (1 review)
0.0
0.0
User Avatar
I'm interested in assisting you with your project involving the sorting of a linked list of event titles. Please let me know if you'd like to proceed, and we can discuss the details and potential solutions further. I look forward to the opportunity to work with you.
$15 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of SAUDI ARABIA
Riyadh, Saudi Arabia
0.0
0
Payment method verified
Member since Sep 23, 2022

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.