Without Book 질문하기
질문. Data structre means
- What do you mean by datastructure
작성일 Jul 29, 2014 작성자 Srinivas
답변. In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks.
In short it stores/organizes data efficiently.
There are lots of data structures where few are listed:
Stack
Queue
Linked List
Tree
In short it stores/organizes data efficiently.
There are lots of data structures where few are listed:
Stack
Queue
Linked List
Tree
작성일 Aug 01, 2014 작성자 Shelly