Since uniform cost search is belong to uninform/ blind search algorithm we have no heuristic details. But when we do uniform cost search we have to reach the goal state within the lowest cost path. For that we need to know where the goal node is? this is a contradiction. Someone please explain this.
I have search from defferent sources about this. But i can't found any reasonable answer for this.