项目作者: timsearle

项目描述 :
Graph and Breadth First Search Playground Test
高级语言: Swift
项目地址: git://github.com/timsearle/graph.git
创建时间: 2017-02-06T16:14:02Z
项目社区:https://github.com/timsearle/graph

开源协议:

下载


Graph and Breadth First Search Playground

Just a simple implementation of a generic graph data structure using a geographical representation of the bordering countries in Europe (an inaccurate representation).

There is also an implementation of the Queue data structure in order to support the breadth-first search function implementation.