From 678c2ad0df34f64bd2fa913840eadc516691103c Mon Sep 17 00:00:00 2001 From: krahets Date: Wed, 15 May 2024 18:58:48 +0800 Subject: [PATCH] Update what_is_dsa.md --- docs/chapter_introduction/what_is_dsa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapter_introduction/what_is_dsa.md b/docs/chapter_introduction/what_is_dsa.md index 953a79b7f..9bc5e0d5a 100644 --- a/docs/chapter_introduction/what_is_dsa.md +++ b/docs/chapter_introduction/what_is_dsa.md @@ -10,7 +10,7 @@ ## 数据结构定义 -数据结构(data structure)是计算机中组织和存储数据的方式,具有以下设计目标。 +数据结构(data structure)是组织和存储数据的方式,涵盖数据内容、数据之间关系和数据操作方法,它具有以下设计目标。 - 空间占用尽量少,以节省计算机内存。 - 数据操作尽可能快速,涵盖数据访问、添加、删除、更新等。