This document summarizes a presentation on a new bidirectional A* search algorithm with shorter post-processing for solving 8-puzzle problems. It introduces bidirectional A* search and balanced heuristics. The new algorithm uses an inequality to reject nodes during search and trim the post-processing phase. Experimental results on the 8-puzzle and 15-puzzle show that the symmetric heuristic outperforms the balanced heuristic, reducing the number of states generated and solving problems faster.