Left Sidebar
Showing posts with the label searchingShow all
Learning Sorting
Champak Roy
Wednesday, October 29, 2025
Learning Sorting Selection Sort Take an array as input and print it using a loop. a=[11,2,4,3,12] Find the smallest element and print it. 2 Find the position of the smallest number and print it.…