Skip to content
Snippets Groups Projects
Commit fa79b7c7 authored by leo's avatar leo
Browse files

Update Lösung.md

parent 4a1ebd97
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,11 @@ Trifft diese Aussage zu, ist dieses Wort ein Palindrom.
```mermaid
classDiagram
PalindromTest <-- Stack
PalindromTest --> Stack: -palindromStappel
class Stack {
-Node topNode
+getContent() E
+add(E content) void
+remove() void
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment