# Algorithm Explanation - Step 001: Load the image step 1 - image - Step 002: Normalize the image step 2 - normalized - Step 003: Erode the image step 3 - eroded - Step 004: Threshold the image step 4 - threshold - Step 005: Dilate the image step 5 - dilated - Step 006: Crop the image step 6 - cropped - Step 007: Show the maze with start and end points step 7 - maze - Step 008: Create the maze bitmap step 8 - maze bitmap - Step 009: Find the maze path step 9 - maze path - Step 010: Show the solution step 10 - solution