You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a get() method to access the element at a certain index of the Linked List and a find() method to search for an element with a specific value and return its index.
Implement a
get()method to access the element at a certain index of the Linked List and afind()method to search for an element with a specific value and return its index.