Question 7 (9 points) Use the linked lists contained in the array pictured in Question 6 to answer these questions. Each

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Question 7 (9 points) Use the linked lists contained in the array pictured in Question 6 to answer these questions. Each

Post by answerhappygod »

Question 7 9 Points Use The Linked Lists Contained In The Array Pictured In Question 6 To Answer These Questions Each 1
Question 7 9 Points Use The Linked Lists Contained In The Array Pictured In Question 6 To Answer These Questions Each 1 (151.11 KiB) Viewed 25 times
please type
Question 7 (9 points) Use the linked lists contained in the array pictured in Question 6 to answer these questions. Each question is to be considered independently of the other questions. a. What is the order in which array positions (indices) appear on the free space list? b. Draw a figure that represents the array after the addition of "delta" to the list. c. Draw a figure that represents the array after the removal of "gamma" from the list. Question 8 (11 points) True or False? Explain your answers. The LargeIntList class a. Uses the "by copy" approach with its elements. b. Implements the List Interface interface. c. Keeps its data elements sorted. d. Allows duplicate elements. e. Uses the LLNode class of the support package. f. Throws an exception if an iteration "walks off" the end of the list. g. Throws an exception if an element is added when it is "full." h. Supports addition of elements at the front of the list, the end of the list, and anywhere in between. i. Can hold objects of any Java class.| j. Has only O(1) operations, including its constructor. k. Provides more than one Iterator.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply