Splitting a linked list into two sublists in equal sizes

Assignment Help JAVA Programming
Reference no: EM13940779

Splitting a Linked List into two sublists of almost equal sizes

Add the method splitMid to the class LinkedListClass as follows:
Public void splitMid(LinkedListClass<T> sublist);
// This method splits the given list into two sublists of almost equal sizes
// Precondition: The list must exist
//Postcondition: first points to the first node, and last points to the last node of the first sublist
// sublist.first points to the first node, and sublist.last points to the
// last node of the second sublist.

Consider the following statements:
UnorderedLinkedList<Integer> myList;
UnorderedLinkedList<Integer> sublist;

Suppose myList points to the list with elements 34, 65, 27, 89, and 12 (in this order). The statement
myList.splitMid(subList);
splits myList into two sublists: myList points to the list with elements 34, 65, and 27. And subList points to the sublist with elements 89 and 12.
Write the definition of the method splitMid. Also write a program to test your method. (Use either the class UnorderedLinkedList or the class OrderedLinkedList to test your method)

Attachment:- ArrayListADT.zip

Reference no: EM13940779

Questions Cloud

How does matching concept affect accounting for fixed assets : How does the matching concept affect accounting for fixed assets? What factors must be known or estimated in order to compute depreciation expense?
What punishment alternatives exist in japan : How does the Japan compare to the United States in terms of incarceration rate? Explain. How does Japan chose compare to the United States in terms of recidivism? Explain.
Mckinsey seven s theory and hofstede theory : 1. Define and explain what is meant by the term ‘organisational culture'. 2. Explain and analyse McKinsey's Seven S's theory and Hofstede's theory of international cultures.
Leader to generate number of ideas to resolve problems : Part 1: why it is important for leader to generate number of ideas to resolve problems? Part 2: select an issue on problem confronting managers. As leader how would you resolve this?
Splitting a linked list into two sublists in equal sizes : Write the definition of the method splitMid. Also write a program to test your method. (Use either the class UnorderedLinkedList or the class OrderedLinkedList to test your method)
Determine the maximum speed at which vehicle can travel : Determine the maximum speed at which the vehicle can travel round a curve of radius 90 m and the angle to which the curve would have to be banked for the vehicle to travel round it at a speed of 60 km h 1 without any tendency to side-slip?
How can you reduce or eliminate the bottlenecks : Because it is a county job, it is a MAJOR pain in the butt to hire new people. How can you reduce or eliminate the bottlenecks without having to hire new people.
What is an impairment of a fixed asset : What is an impairment of a fixed asset? What objective should be of primary importance in the selection of a depreciation method for income tax reporting?
Define supermaximum, maximum, minimum prison security levels : Define supermaximum, maximum, medium, and minimum prison security levels. Do you agree or disagree with the supermaximum prisons using total isolation? Support your position.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write an object-oriented java program to manipulate data

I want a simple java solution matching all the specifications in the document. The java program has to be made using Eclipseversion 4.2.1.

  Write a java program to simulate a calculator

Write a JAVA program to simulate a calculator. Your program should take two numbers and an operator (+,-,*,or/), from the user in the following format: number1 operator number2 (For example 5.6 + 7.2) and print the result.

  Complete the recursive method matchstring x string y in the

complete the recursive method matchstring x string y in the code below which will determine whether or not two strings

  Recognize one high severity vulnerability for computer

Recognize one high severity vulnerability for each computer (if there is one). Explain vulnerability and describe control(s) to minimize risk from vulnerability.

  User to input a decimal number and ouputs the number

Write a program that prompts the user to input a decimal number and ouputs the number rounded to the nearest integer.Remember the rules around proper development style and form, including adding comments. A software developer should always add commen..

  Describe a multidimensional array

Describe a multidimensional array for a summer camp, the first array would be the number of kids say 30, then it would break them up by ages 6-9 (4 different groups) and lastly by sex m or f.

  Hasanodddigit that returns whether any digit

d named hasAnOddDigit that returns whether any digit of a positive integer is odd. Your method should return true if the number has at least one odd digit and false if none of its digits are odd. 0, 2, 4, 6, and 8 are even digits, and 1, 3, 5, 7, 9 a..

  Create a program that develops an amortization schedule

Your project as a programming consultant is to create a program that develops an amortization schedule. Your program should be written as a Java applet.

  Compilation and Execution - JAVA problem

Style marks are based on how your submitted code looks. Remember that good code is easily readable (and understandable) by someone who did not write it. For assignments, you should also include your name, student number, what course this is, what ass..

  Write a restful web service demo example using spring mvc

Write a restful web service demo example using spring mvc

  Write a class encapsulating the concept of student

Prepare a client class to test all the methods in your class. Make sure to add comments. Comments should be included in the program to explain your calculations and program.

  Integer expression evaluator

You must implement a bounded generic Stack class. Represent your Stack using an array to hold the stack content - Integer Expression Evaluator

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd