Skip to content

GammaTauAI/lazzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Library for Lazy UCS

This library provides a Python implementation of Uniform-cost search (a variant of Dijkstra's algorithm) that is lazily evaluated. This means that the algorithm is able to generate the graph that is being searched in a lazy fashion, given only:

  • the starting node
  • a function that generates the neighbors of a node
  • a function that determines if the given node is the goal node

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages