Skip to content
Snippets Groups Projects
Commit 76ce20b3 authored by Sven Eric Panitz's avatar Sven Eric Panitz
Browse files

Warum war das nicht importiert?????

parent 0928f4ab
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ public sealed interface LL<E> permits LL.Nil, LL.Cons{ ...@@ -65,7 +65,6 @@ public sealed interface LL<E> permits LL.Nil, LL.Cons{
return -1; return -1;
} }
//rekursiv ist die Länge der Liste zu berechnen //rekursiv ist die Länge der Liste zu berechnen
default int length(){ default int length(){
//TODO //TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment