Advanced Dynamic Structures

 Write a Java program to perform that following tasks:

  1. Create and populate a LinkedList using a one dimensional array.
  2. Add 6 numbers to this LinkedList.
  3. Search this LinkedList and find the smallest number.
  4. Display the number you get from step 3.

After you are done, submit the source code with some screenshots. 

Assignment Expectations

You would need to demonstrate understanding of dynamic data structure in this program

Tags: No tags