Questions tagged [tree-search]

46 questions
-3
votes
1 answer

Python - Tree Search

I am searching for the most efficient tree search implementation in python. I give the tree search a sequence of length n and it should detect if the branches are already created, or if this is not the case, generate the branches. Example: i1:…
1 2 3
4