From ec1934d34ac4dab2b074c6d47b6968f96489d4d5 Mon Sep 17 00:00:00 2001 From: Shiny Date: Fri, 14 Jan 2022 13:50:31 +0800 Subject: [PATCH] Update neo4j-graph-algorithms.md --- .../neo4j-graph-algorithms.md" | 8 -------- 1 file changed, 8 deletions(-) diff --git "a/data/3.Neo4j \351\253\230\351\230\266/1.\345\233\276\346\225\260\346\215\256\347\247\221\345\255\246\345\222\214\346\234\272\345\231\250\345\255\246\344\271\240/2.\345\233\276\347\256\227\346\263\225\346\246\202\350\247\210/neo4j-graph-algorithms.md" "b/data/3.Neo4j \351\253\230\351\230\266/1.\345\233\276\346\225\260\346\215\256\347\247\221\345\255\246\345\222\214\346\234\272\345\231\250\345\255\246\344\271\240/2.\345\233\276\347\256\227\346\263\225\346\246\202\350\247\210/neo4j-graph-algorithms.md" index 1814875..ad283d3 100644 --- "a/data/3.Neo4j \351\253\230\351\230\266/1.\345\233\276\346\225\260\346\215\256\347\247\221\345\255\246\345\222\214\346\234\272\345\231\250\345\255\246\344\271\240/2.\345\233\276\347\256\227\346\263\225\346\246\202\350\247\210/neo4j-graph-algorithms.md" +++ "b/data/3.Neo4j \351\253\230\351\230\266/1.\345\233\276\346\225\260\346\215\256\347\247\221\345\255\246\345\222\214\346\234\272\345\231\250\345\255\246\344\271\240/2.\345\233\276\347\256\227\346\263\225\346\246\202\350\247\210/neo4j-graph-algorithms.md" @@ -41,11 +41,3 @@ PageRank不是一种图算法 ### C 路径查找算法建立在[图搜索算法](https://neo4j.com/developer/graph-search-algorithms)之上,探索节点之间的路径,从一个节点开始,遍历关系直到到达目的地。 - -### D - -中心性算法是图算法的传统类别之一。他们在图中找到重要的节点。 - -### E - -PageRank不是一种图算法 \ No newline at end of file -- GitLab