There was an error while loading. Please reload this page.
1 parent 3db080e commit 3cab177Copy full SHA for 3cab177
1 file changed
src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java
@@ -96,5 +96,3 @@ public boolean isEmpty() {
96
return head == null;
97
}
98
99
-
100
0 commit comments