# The LinkedList data structue methods are incomplete. LinkedLists should have some methode to find indexesor value by the other one. For example: - indexOf() - at() It also needs a method to print the entire list for the user.