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
Currently the linked-list exercise expects users, according to the naming convention, to create a class called LinkedList; however, this will conflict with the java.util.LinkedList class and the exercise will not work.
Thus, the whole exercise should be renamed to double-linked-list.
The text was updated successfully, but these errors were encountered:
Currently the
linked-list
exercise expects users, according to the naming convention, to create a class calledLinkedList
; however, this will conflict with thejava.util.LinkedList
class and the exercise will not work.Thus, the whole exercise should be renamed to
double-linked-list
.The text was updated successfully, but these errors were encountered: