From f766234d41f9c5bbfb6e377217d9c5fdc90e5fe2 Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Fri, 22 Sep 2023 08:50:07 +0900 Subject: [PATCH] [ko]: add index.md for `web/glossary/data_structure` (#15867) [add]: add index.md for web/glossary/data_structure --- files/ko/glossary/data_structure/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/ko/glossary/data_structure/index.md diff --git a/files/ko/glossary/data_structure/index.md b/files/ko/glossary/data_structure/index.md new file mode 100644 index 00000000000000..8a50204bf7f640 --- /dev/null +++ b/files/ko/glossary/data_structure/index.md @@ -0,0 +1,14 @@ +--- +title: 데이터 구조 (Data structure) +slug: Glossary/Data_structure +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +**데이터 구조**는 '데이터'를 효율적으로 사용할 수 있도록 구성하는 특별한 방법입니다. + +## 같이 보기 + +- 위키백과의 [데이터 구조](https://en.wikipedia.org/wiki/Data_structure)