vault backup: 2023-10-27 19:03:01
This commit is contained in:
5
SS23/Algorithmen und Datenstrukturen/UEB03/UEB03.md
Normal file
5
SS23/Algorithmen und Datenstrukturen/UEB03/UEB03.md
Normal file
@@ -0,0 +1,5 @@
|
||||
```java
|
||||
Link<String> ende = new Link<String>("Letzter", null);
|
||||
Link<String> mittleresElement = new Link<String>("Test", ende);
|
||||
Link<String> anfang= new Link<String>("TErster", mittleresElement);
|
||||
```
|
||||
BIN
SS23/Algorithmen und Datenstrukturen/UEB03/UEB03.pdf
Normal file
BIN
SS23/Algorithmen und Datenstrukturen/UEB03/UEB03.pdf
Normal file
Binary file not shown.
BIN
SS23/Algorithmen und Datenstrukturen/UEB03/VL03-Listen.pdf
Normal file
BIN
SS23/Algorithmen und Datenstrukturen/UEB03/VL03-Listen.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user