A star search - HiIAmTzeKean/SC3000-Artificial-Intelligence GitHub Wiki


tags:

  • 🌱
  • AI
  • ComputerScience
  • Search date: 18--Apr--2023 modified: 22--Oct--2023

A star search

Cost

  • Complete
    • Not complete. The state space must be guaranteed to have a solution and finite.
  • Optimal
    • No. If its not complete, optimality cannot be guaranteed.
  • Time
  • Space
    • All nodes are kept in the frontier
    • O(b^d)

Links:

⚠️ **GitHub.com Fallback** ⚠️