The distinction between the cluster and DFS in node connectivity

Source: Internet
Author: User

Model The problem:

When modeling the problem, we should try to figure out what problems need to be solved. Because the data structures and algorithms selected in the model are obviously different depending on the problem, the problem that we need to address in terms of dynamic connectivity is:

    • give two nodes to determine if they are connected, If you are connected, you do not need to give a specific path
    • give two nodes to determine if they are connected, if connected, you need to give a specific path

In the case of the above two problems, although only can give the specific path difference, but this difference causes the choice algorithm the difference:

    • In the first case, you do not need to give a specific path to use Union-find algorithm,
    • The second case can be used based on DFS the algorithm.

The distinction between the cluster and DFS in node connectivity

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.