✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Which search algorithm is described by the following?
This search algorithm limits the size of the frontier. It keeps only the knodes with the best f-scores, discarding any other expanded nodes. It is incomplete and suboptimal, but makes good use of available memory. It is used for natural language processing.