Skip to content

dinkelspiel/gleamstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleamstar

The A* search algorithm implemented in gleam

Package Version Hex Docs

gleam add gleamstar@1
import gleamstar

pub fn main() {
  gleamstar.a_star(#(0, 0), #(2, 2), [#(1, 1)])
  // Ok([#(0, 1), #(1, 2), #(2, 2)])
}

Further documentation can be found at https://hexdocs.pm/gleamstar.

Development

gleam test  # Run the tests

About

The A* search algorithm implemented in gleam

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages