SwiftGraph
Graph library
A pure Swift implementation of a graph data structure with algorithms and utility functions
A Graph Data Structure in Pure Swift
757 stars
21 watching
80 forks
Language: Swift
last commit: 5 months ago
Linked from 1 awesome list
breadth-first-searchdata-structuredepth-first-searchdijkstra-algorithmgraphgraph-algorithmsprims-algorithmswifttopological-sort
Related projects:
Repository | Description | Stars |
---|---|---|
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
yourbasic/graph | A Go library providing efficient algorithms and data structures for graph manipulation | 709 |
hmdsefi/gograph | A Go library for creating and manipulating graphs of various types | 67 |
younatics/collection-data-structures-swift-kr | An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. | 46 |
earlygrey/simple-graphs | A lightweight Java library for creating and manipulating simple graph data structures. | 44 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and data structures | 471 |
scala-graph/scala-graph | A graph data structure library for Scala with support for directed hypergraphs and algorithms. | 564 |
jfcg/sorty | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
blazegraph/database | High-performance graph database supporting multiple APIs and data formats | 896 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,956 |
bobluppes/graaf | A lightweight C++ graph library designed to simplify graph-related tasks and provide general-purpose graph algorithms | 158 |
stchang/graph | A library providing algorithms and data structures for working with graphs in Racket | 58 |
benedekrozemberczki/walklets | An implementation of an algorithm for learning graph representations from network data | 105 |
graphprotocol/graph-client | A library and toolset for building fast, performant GraphQL-based decentralized applications | 174 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |