2015 Study Plan Arrangement:
Http://www.cnblogs.com/cyrus-ho/p/4182275.html
Data structure: the organization form and storage method of the internal computer. (Different data structures in the implementation of the same function, the selection of the algorithm is not necessarily the same)
Common data structures: one-to-one---linear structure, one-to-many----tree structure, and many-to-many---graph structures
The so-called one-on, is the previous data in some way can find the next data (at most only one). The linear structure mainly includes: (important! From the storage form) sequential tables and linked lists, stacks and queues (from logical functions). (data structures of the same logical function can have different forms of storage, and vice versa; however, in the implementation of the function, different storage forms have different performance.) )
Data structure and algorithms learn about the No. 0 season preschool Introduction