aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/algorithm
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:45:38 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:45:38 +0100
commit4ab365b110f2f1f2b736326b7059244a32115089 (patch)
treec3c7c0219f728ade49a78c238c51cc0c8d06ebd6 /files/de/glossary/algorithm
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.gz
translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.bz2
translated-content-4ab365b110f2f1f2b736326b7059244a32115089.zip
unslug de: move
Diffstat (limited to 'files/de/glossary/algorithm')
-rw-r--r--files/de/glossary/algorithm/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/de/glossary/algorithm/index.html b/files/de/glossary/algorithm/index.html
new file mode 100644
index 0000000000..0c7109ae1e
--- /dev/null
+++ b/files/de/glossary/algorithm/index.html
@@ -0,0 +1,11 @@
+---
+title: Algorithmus
+slug: Glossary/Algorithmus
+tags:
+ - Algorithmus
+ - Glossary
+translation_of: Glossary/Algorithm
+---
+<p><span class="seoSummary">Ein Algorithmus ist eine eigenständige Abfolge von Anweisungen, die eine Funktion ausüben.</span></p>
+
+<p>Anders ausgedrückt beschreibt also ein <span class="seoSummary">Algorithmus</span> einen Weg, der ein Problem so löst, dass es wiederholbar durch eine Maschine oder einen Menschen gelöst werden kann. Computerwissenschftler ermitteln die Effizienz eines Algorithmus durch das Konzept der "Komplexitätstheorie für Algorithmen" oder auch "O"-Notation genannt. </p>