Data structure and algorithm learning 1th season 03 Stack Queue tree Chart

Source: Internet
Author: User

2015 Study Plan Arrangement:

Http://www.cnblogs.com/cyrus-ho/p/4182275.html

Stack: Linear table for LIFO

Queue: Linear table of FIFO

Tree: (recursive definition) n nodes have a poor set, to a non-empty tree, there is only one node called the root, n>1, the remaining nodes are divided into M-disjoint finite sets, and each set itself is a tree, and is called the root subtree

Figure: An organizational structure in which relationships can exist between any two data elements

Binary tree storage: Data structures that can be selected with multiple lists

Traversal of a binary tree: First order, sequence, post order

Storage of graphs: adjacency matrices (not suitable for storing sparse graphs) and adjacency tables

Graph traversal: Depth-First search (DFS) and breadth-first search (BFS)

Data structure and algorithm learning 1th season 03 Stack Queue tree Chart

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.