Question: HELP IN JAVA: Create a file of (unsorted) integers. Input them into a doubly linked list so the list is sorted . There are 13

HELP IN JAVA:

Create a file of (unsorted) integers. Input them into a doubly linked list so the list is sorted. There are 13 integers in your input file, but make your program work for any input file meaning dont use a for loop.

Print the contents of your list forwards and backwards.

Note: Use these integers

56 4 9 11 40 68 3 -3 55 40 30 100 90

You MUST use nodes, not a built in data structure.

Rubric:

* methid to build the list

* method to print fowards

* method to print backwards

* list correctly build sorted/ good code used throughout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!