go-astar
Pathfinding library
An implementation of the A* search algorithm in Go
Go implementation of the A* search algorithm
601 stars
12 watching
80 forks
Language: Go
last commit: almost 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
andybalholm/cascadia | A CSS selector library for HTML parsing in Go | 703 |
staskobzar/goami2 | A Go library providing an interface to Asterisk's AMI protocol | 14 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 220 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 764 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,039 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
philandstuff/dhall-golang | Bindings for a configuration language used in software development | 117 |
andygrunwald/go-jira | A Go client library for interacting with the Atlassian Jira API | 1,481 |
agonopol/go-stem | A Go implementation of the Porter Stemmer algorithm for word stemming. | 79 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
paesslerag/jsonpath | An implementation of the JSONPath query language for Go. | 185 |
algorand/go-algorand | An implementation of Algorand's blockchain protocol in Go | 1,355 |