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

Add new file

parent c83f4e20
No related branches found
No related tags found
No related merge requests found
# Lösung der Aufgabe
´´´mermaid
class
classDiagram
PalindromTest <-- Stack
class Stack{
-Node topNode
+getContent(): E
+add(E content): void
+remove(): void
}
class PalindromTest{
-char x
-String wort
-String Palindrom
+PalindromTest(pWort)
+getWort(): String
+PalindromTest(): boolean
}
´´´
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