1. 程式人生 > >1-1.緒論-什麽是數據結構

1-1.緒論-什麽是數據結構

.org spa div blank computer org ati ces 集合

數據結構是什麽?

維基百科說:

Data structure(https://en.wikipedia.org/wiki/Data_structure)

In computer science, a data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently.More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

百度百科說:

數據結構(https://baike.baidu.com/item/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/1450?fr=aladdin)

數據結構是計算機存儲、組織數據的方式。數據結構是指相互之間存在一種或多種特定關系的數據元素的集合。通常情況下,精心選擇的數據結構可以帶來更高的運行或者存儲效率。數據結構往往同高效的檢索算法和索引技術有關。

"數據結構(Data Struture)+算法(Algorithm)=程序(Program)"

1-1.緒論-什麽是數據結構