An open API service indexing awesome lists of open source software.

https://github.com/wkhere/astar

Generic A* in Go
https://github.com/wkhere/astar

astar-algorithm golang graph-algorithms graph-pathfinding

Last synced: 11 months ago
JSON representation

Generic A* in Go

Awesome Lists containing this project

README

          

## A*

[![Build Status](https://github.com/wkhere/astar/workflows/Go/badge.svg?branch=master)](https://github.com/wkhere/astar/actions/workflows/go.yml)
[![Coverage Status](https://coveralls.io/repos/github/wkhere/astar/badge.svg?branch=master)](https://coveralls.io/github/wkhere/astar?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/wkhere/astar)](https://goreportcard.com/report/github.com/wkhere/astar)
[![Go Reference](https://pkg.go.dev/badge/github.com/wkhere/astar.svg)](https://pkg.go.dev/github.com/wkhere/astar)