I observed that both these methods have data structure which holds the nodes to expand. Both methods first expand the node with the best cost. So,what is the difference between them?
I read that uniform-cost search is a blind method and best-first search isn't which is even more confusing.