Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages