I’m trying to go through a linkedlist(which we can call the superlist) which has elements of linked lists(sublists) within it. The method that adds the elements into both linked lists is: Now I have to write methods to check if there are groups of 1, 2, 3, 4 elements in the sublists by traversing the superlist What I have so