<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[AlgorithmPractice]]></title>
        <description><![CDATA[DESC]]></description>
        <link>https://gendloop.github.io/AlgorithmPractice</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Mon, 09 Feb 2026 07:27:09 GMT</lastBuildDate>
        <atom:link href="https://gendloop.github.io/AlgorithmPractice/rss" rel="self" type="application/rss+xml"/>
        <author><![CDATA[gendloop]]></author>
        <managingEditor><![CDATA[gendloop@163.com]]></managingEditor>
        <webMaster><![CDATA[gendloop@163.com]]></webMaster>
        <category><![CDATA[gitbook]]></category>
        <category><![CDATA[AlgorithmPractice]]></category>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[算法回顾和练习.]]></description>
            <link>https://gendloop.github.io/AlgorithmPracticeINTRO.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticeINTRO.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[数据结构]]></title>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/data-structure/README.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/data-structure/README.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[并查集]]></title>
            <description><![CDATA[并查集是一种管理元素所属集合的数据结构, 可以看作一个森林, 一棵树表示一个集合. 常用于判定图的连通性.]]></description>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/data-structure/union_find.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/data-structure/union_find.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[图论]]></title>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/graph/README.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/graph/README.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[二分图]]></title>
            <description><![CDATA[二分图 (Bipartite graph), 所有的点被分为 U, V 两个集合, 使得所有的边都满足: 一个点在 U 中, 另一个点在 V 中.]]></description>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/graph/bipartite_graph.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/graph/bipartite_graph.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[判断点是否在多边形内部]]></title>
            <description><![CDATA[{% if file.type=="asciidoc" %}]]></description>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/graph/point_in_polygon.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/graph/point_in_polygon.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[最小生成树]]></title>
            <description><![CDATA[设G=(V, E) 是无向连通带权图, E中每条边 (v, w) 的权为 c[v][w] . 如果 G 的一个子图 G' 是一棵包含 G 所有顶点的树, 则称其为 G 的生成树. 生成树上各边权的总和称为该生成树的耗费. 在 G 的所有生成树中, 耗费最小的生成树称为 G 的最小生成树.]]></description>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/graph/MST.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/graph/MST.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[排序]]></title>
            <link>https://gendloop.github.io/AlgorithmPracticecontents/sort/README.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticecontents/sort/README.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <link>https://gendloop.github.io/AlgorithmPracticeGLOSSARY.html</link>
            <guid isPermaLink="true">https://gendloop.github.io/AlgorithmPracticeGLOSSARY.html</guid>
            <dc:creator><![CDATA[gendloop]]></dc:creator>
        </item>
    </channel>
</rss>