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

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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