This is the implementation of A* and Best First Search Algorithms in python language. The project comprimise two data structures: stack and heap.