Find Jobs
Hire Freelancers

programming Java

$10-30 USD

Completed
Posted almost 6 years ago

$10-30 USD

Paid on delivery
The input: The attached file ([login to view URL]) has words of five characters separated by a line. The output: reverse the order of the words and produce the output file ([login to view URL]) Requirements: Use linked list data structure to reverse this is the linked: class LinkedList { static Node head; static class Node { int data; Node next; Node(int d) { data = d; next = null; } } /* Function to reverse the linked list */ Node reverse(Node node) { Node prev = null; Node current = node; Node next = null; while (current != null) { next = [login to view URL]; [login to view URL] = prev; prev = current; current = next; } node = prev; return node; } // prints content of double linked list void printList(Node node) { while (node != null) { [login to view URL]([login to view URL] + " "); node = [login to view URL]; } } public static void main(String[] args) { LinkedList list = new LinkedList(); [login to view URL] = new Node(85); [login to view URL] = new Node(15); [login to view URL] = new Node(4); [login to view URL] = new Node(20); [login to view URL]("Given Linked list"); [login to view URL](head); head = [login to view URL](head); [login to view URL](""); [login to view URL]("Reversed linked list "); [login to view URL](head); } }
Project ID: 16658749

About the project

9 proposals
Remote project
Active 6 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
Hi, I am a software developer with 7+ years of experience especially in Java, C# and PHP. I have worked for different multi national companies like Infosys Technolgies & TCS and also for a startup organization. I am proposing a lower budget as I am new to Freelancer and for me, a good long term relationship with you by delivering you a high quality work is more important than the budget. If you will be happy with my work then I have no issues to receive bonus from you :) I am quite able to handle and complete projects both as an Individual and in a team. Please provide me a chance to work for you and I am sure you will like my work and we will remain in touch for a long time. Some of my previous works include: 1. Create a media player using Java swing. 2. Created Pension Payment website for Churches using PHP Laravel. 3. Created a rule based engine for configuration problems. 4. Worked on a network monitoring application development. 5. Worked on a SQL server monitoring application development. 6. Worked on projects for banks like Royal Bank of Scotland and Deutsche Bank. 7. Worked on quoting tool for a reputed networking company. As a developer & freelancer, my core values are - Customer Satisfaction and - Problem Solving Thanks & Regards, Vishal Sahu +91-7042218498 Programming is passion
$20 USD in 1 day
5.0 (27 reviews)
4.5
4.5
9 freelancers are bidding on average $23 USD for this job
User Avatar
Hy I am software engineer and have completed many java project. Feel free to contact with me. Thank you
$30 USD in 1 day
4.9 (81 reviews)
6.1
6.1
User Avatar
Hi there, An expert Java developer here with more than four years of experience. I have developed many web-based, desktop-based and console-based applications using Java. Perfect fit! I read the requirements regarding linked list in Java and File IO for making reverse of words and U feel that I can provide you the solution today. The solution will be a quality solution with comments so that you can understand what the code does. I invite you for the discussion. Please share full details and let's get started building a quality solution. Thanks
$25 USD in 0 day
5.0 (23 reviews)
4.4
4.4
User Avatar
A proposal has not yet been provided
$20 USD in 1 day
4.7 (9 reviews)
4.0
4.0
User Avatar
A proposal has not yet been provided
$13 USD in 1 day
5.0 (6 reviews)
3.4
3.4
User Avatar
Dear Sir. I have full experience of c++ and c program. I took part in ACM ICPC in university so I ever solved list link problem . And I've done project similar to yours before. I use VS 2013 and I ever done Fetching Gmail program with C. I am full confident to complete your project and I do my best if you let me bid on yours. I focus on client's credit than money. I want to discuss more in detail. Thank you.
$25 USD in 1 day
5.0 (10 reviews)
2.8
2.8

About the client

Flag of KOREA, REPUBLIC OF
seoul, Korea, Republic of
5.0
28
Member since Dec 3, 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.