计算不知情搜索算法的内存需求

calculate memory requirements of uninformed search algorithms

以下状态 space 包括一台需要 2KB 存储节点的计算机。我必须计算广度优先、深度优先和迭代加深搜索算法的内存需求。我如何计算它?

在 AI 方面经验不多,但分享一些 link 希望它能帮助您。 http://intelligence.worldofcomputing.net/ai-search/breadth-first-search.html#.Vq3p1lKzkqc https://en.wikipedia.org/wiki/Iterative_deepening_depth-first_search