flowchart bubble sort
e the nested loops in Bubble Sort? In the flowchart, nested loops are shown as interconnected decision and process blocks, where an outer loop controls multiple passes over the list, and an inner loop compares and swaps adjacent elements during each pass. This visualizes the repeated process un