====== 03 Search II ====== How to speed up and go towards the goal more efficiently. Heuristic functions. Which are //admissible, better//? ===== Quiz ===== > {{page>courses:be5b33kui:internal:quizzes#Egg problem}} How to throw eggs from floors in order to optimize the number of trials. ===== Search programming ===== * Python [[https://docs.python.org/3/library/queue.html|queue]] or [[https://docs.python.org/3.6/library/heapq.html|heapq]] are helpful for saving the nodes from a tree.