This document summarizes a research paper on a shortest path follower robot. It describes the design of a line following robot that can detect the shortest path using IR sensors to follow a black line on a white surface. The robot uses an Arduino microcontroller connected to IR sensors and motors to determine the optimal path between a starting point and destination. It aims to solve the single source shortest path problem by identifying obstacles and navigating efficiently. The system architecture includes IR sensors to detect the line, motors to move the robot, and an Arduino board to process sensor readings and control the motors to follow the shortest route.