diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-02-26 22:38:02 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-02-26 22:38:02 +0100 |
| commit | 2143d590b57ada51698a5ee05cb4f5adedd24033 (patch) | |
| tree | c938094b996e91a8b94226c63d118e7c7ddc9603 /other | |
| parent | af9fa4d69fd543fa3afcd851962b7fee22cb48e4 (diff) | |
minor spelling and formatting fixes
Diffstat (limited to 'other')
| -rw-r--r-- | other/other.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/other.tex b/other/other.tex index 808d288..7e73260 100644 --- a/other/other.tex +++ b/other/other.tex @@ -9,7 +9,7 @@ \end{algorithm}
\begin{algorithm}{Timed}
- Kann benutzt werdem un randomisierte Algorithmen so lange wie möglich laufen zu lassen.
+ Kann benutzt werdem um randomisierte Algorithmen so lange wie möglich laufen zu lassen.
\sourcecode{other/timed.cpp}
\end{algorithm}
@@ -129,7 +129,7 @@ \item \textbf{System von Differenzbeschränkungen:}
Ändere alle Bedingungen in die Form $a-b \leq c$.
- Für jede Bedingung füge eine Kante \texttt{(b,a)} mit Gweicht \texttt{c} ein.
+ Für jede Bedingung füge eine Kante \texttt{(b,a)} mit Gewicht \texttt{c} ein.
Füge Quelle \texttt{s} hinzu, mit Kanten zu allen Knoten mit Gewicht 0.
Nutze \textsc{Bellmann-Ford}, um die kürzesten Pfade von \texttt{s} aus zu finden.
\texttt{d[v]} ist mögliche Lösung für \texttt{v}.
|
