Revision history of "Selection Sort"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 23:59, 7 March 2019Tata (talk | contribs). . (615 bytes) +615. . (Created page with "<pre> #include<stdio.h> int main(){ int arr[10000],n,i,j,min,temp; printf("Enter number of numbers : "); scanf("%d",&n); printf("Enter %d numbers : ",n); f...")