This document presents the Simplified Memory Bound A* algorithm, an extension of the A* pathfinding algorithm. It describes the algorithm and provides an example of how it works to find the shortest path between two nodes on a graph. The example shows the algorithm exploring nodes, updating priority queues, and returning the lowest cost path once the goal is reached.