BEDEIENUNGSANLEITUNG.md gefixt
This commit is contained in:
parent
73504b1bce
commit
2c73327400
2 changed files with 21 additions and 21 deletions
|
|
@ -28,27 +28,27 @@ Dieses Programm visualisiert die Funktionsweise von **20 Sortieralgorithmen**
|
|||
## 2. Oberfläche
|
||||
|
||||
```
|
||||
┌──────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────────┐
|
||||
│ Sortier-Algorithmen [Bedienung] │
|
||||
├──────────────┬─────────────────────────────────────────────┤
|
||||
│ │ ┌─ Phase-Label ──────────────────────┐ │
|
||||
│ Algorithmus │ │ Vergleich: arr[3]=42 mit arr[4]=17 │ │
|
||||
│ [Dropdown] │ └────────────────────────────────────┘ │
|
||||
│ │ │
|
||||
│ Daten │ ┌─────────── Canvas ─────────────────┐ │
|
||||
│ [Vorlage] │ │ │ │
|
||||
│ │ │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │ │
|
||||
│ Eigene │ │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │ │
|
||||
│ Werte │ │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │ │
|
||||
│ │ │ │ │
|
||||
│ Array-Größe │ └────────────────────────────────────┘ │
|
||||
│ ─────────── │ │
|
||||
│ Geschw. │ [▶][⏸][⏭][🔀][↺][🌙] │
|
||||
│ ─────────── │ │
|
||||
│ Legend │ Vergleiche: 128 Tausche: 64 Zeit: 1.2s │
|
||||
│ │ │
|
||||
│ [▶ Play] │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │
|
||||
└──────────────┴─────────────────────────────────────────────┘
|
||||
├──────────────┬────────────────────────────────────────────────┤
|
||||
│ │ ┌─ Phase-Label ───────────────────────┐ │
|
||||
│ Algorithmus │ │ Vergleich: arr[3]=42 mit arr[4]=17 │ │
|
||||
│ [Dropdown] │ └─────────────────────────────────────┘ │
|
||||
│ │ │
|
||||
│ Daten │ ┌─────────── Canvas ──────────────────┐ │
|
||||
│ [Vorlage] │ │ │ │
|
||||
│ │ │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │ │
|
||||
│ Eigene │ │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │ │
|
||||
│ Werte │ │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │ │
|
||||
│ │ │ │ │
|
||||
│ Array-Größe │ └─────────────────────────────────────┘ │
|
||||
│ ─────────── │ │
|
||||
│ Geschw. │ [▶][⏸][⏭][🔀][↺][🌙] │
|
||||
│ ─────────── │ │
|
||||
│ Legend │ Vergleiche: 128 Tausche: 64 Zeit: 1.2s │
|
||||
│ │ │
|
||||
│ [▶ Play] │ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ │
|
||||
└──────────────┴────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
- **Links (Sidebar):** Algorithmus wählen, Datensatz, eigene Werte, Geschwindigkeit, Legende
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue