Im trying to create an ArrayList of LinkedLists.

I want to create an ArrayList of n elements. N is a number the user inputs. Each element of the ArrayList will have a LinkedList of size n. Once the linked lists are created I'm suppose to input data. Can someone please guide me through the process? I have provided what I have coded so far, please take a look and if something is wrong, I'd appreciate the feedback.
Screenshot_2024-09-26_at_10.13.28_AM.png
Was this page helpful?