aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/data_structure/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
commitc058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch)
treedf20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/glossary/data_structure/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip
unslug ru: move
Diffstat (limited to 'files/ru/glossary/data_structure/index.html')
-rw-r--r--files/ru/glossary/data_structure/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ru/glossary/data_structure/index.html b/files/ru/glossary/data_structure/index.html
new file mode 100644
index 0000000000..192f354fb1
--- /dev/null
+++ b/files/ru/glossary/data_structure/index.html
@@ -0,0 +1,17 @@
+---
+title: Cтруктура данных
+slug: Словарь/data_structure
+tags:
+ - Data structure
+ - структура данных
+translation_of: Glossary/Data_structure
+---
+<p><strong>Cтруктура данных</strong> (data structure) — способ представления множества данных как связного целого, имеющего определённый программный интерфейс (методы доступа и манипулирования над элементами этих данных).</p>
+
+<h5 id="Learn_more"><strong>Learn more</strong></h5>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Структура_данных", "Структура_данных")}} on Wikipedia</li>
+</ul>
+
+<p> </p>