gridfind 1.0.2 copy "gridfind: ^1.0.2" to clipboard
gridfind: ^1.0.2 copied to clipboard

path finding algorithms for 2D grid and graph

0.1.0-alpha - 2024-12-27 #

Added #

  • Initial release of the package.
  • Partial support for BFS algorithm. (Might be buggy)

0.1.1-alpha - 2024-12-30 #

Added #

  • Refactor of BFS algorithm.
  • Optimize BFS algorithm.

0.1.2-alpha - 2024-12-30 #

Added #

  • Change collection version to 1.18.0 (otherwise it would't be compatible with flutter)
  • Add allowDiagonals option for state.

0.1.3-alpha - 2024-12-30 #

Added #

  • Shrink the BFS algorithm to minimum.

0.2.0-beta - 2024-12-31 #

Added #

  • Added DFS, A*, Dijkstra algorithms.

1.0.0 2025-3-19 #

Added #

  • Added Graph-based searching.
  • Added GraphBFS, GraphDijkstra, GraphAstar algorithms.

Changed #

  • Refactor of BFS, DFS, A*, Dijkstra algorithms.
  • Rename them into GridBFS, GridDFS, GridAstar, GridDijkstra.

1.0.1 2025-3-23 #

Added #

  • Equality operator for State class.

Changed #

  • Fix the copy function for State class.

1.0.2 2025-3-23 #

Changed #

  • Fix the connection of open in state for copy function.
0
likes
120
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

path finding algorithms for 2D grid and graph

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on gridfind