摘要: Breadth first search is a graph search algorithm that starts at one node and visits neighboring nodes as widely as possible before going further down 阅读全文
posted @ 2018-12-15 17:33 Zhentiw 阅读(501) 评论(0) 推荐(0)
摘要: A graph is a data structure comprised of a set of nodes, also known as vertices, and a set of edges. Each node in a graph may point to any other node 阅读全文
posted @ 2018-12-15 03:06 Zhentiw 阅读(291) 评论(0) 推荐(0)