vault backup: 2026-04-16 12:25:30

This commit is contained in:
Jan Meyer
2026-04-16 12:25:30 +02:00
parent 944dc67916
commit 0c57ededaa
17 changed files with 968 additions and 26 deletions

View File

@@ -1,7 +0,0 @@
> [!INFO]
> **Semester**: `#1` - WiSe 25/26
> **Kurse**:
> - *DAS*: Diskrete Algebraische Strukturen
> - *ET*
>

View File

@@ -0,0 +1,18 @@
---
created: 2026-04-16 12:20
course: "[[29605580 - SoSe 2026]]"
topic:
related:
type: link
status: 🟢
tags:
- university
---
## 📌 Summary
> [!abstract]
> Link file for graph view and general linkage
---
## 📝 Content

View File

@@ -1,6 +1,6 @@
---
created: 2026-04-16 11:46
course: "[[29593850 - Automationtheory]]"
course: "[[29605580 - SoSe 2026]]"
type: lecture
tags:
- university

View File

@@ -1,6 +1,6 @@
---
created: 2026-04-07 14:02
course: "[[29592673 - Elektrotechnik II]]"
course: "[[29605580 - SoSe 2026]]"
type: overview
---
---

View File

@@ -1,6 +1,6 @@
---
created: 2026-04-16 11:48
course: "[[29605397 - OOP]]"
course: "[[29605580 - SoSe 2026]]"
tags:
- university
topic:

View File

@@ -1,5 +1,5 @@
---
created: 2026-04-16 08:01
created: 2026-04-16 12:21
course: "[[29605397 - OOP]]"
topic: classes
related:
@@ -158,4 +158,5 @@ class Pokemon {
public:
Pokemon(const Pokemon& other): exp(other.exp), level(other.level) {}
}
```
```