C++ Data Structure by Nell Dale |
C++ Data Structure by Nell Dale
About Data Structure and Algorithms
In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Data structures can implement one or more particular abstract data types (ADT), which specify the operations that can be performed on a data structure and the computational complexity of those operations. In comparison, a data structure is a concrete implementation of the specification provided by an ADT.
Visit this site for more Programming Books, Lectures, Notes, and Topics Slides ETC...