An open API service indexing awesome lists of open source software.

https://github.com/nahidjc/quick-sort


https://github.com/nahidjc/quick-sort

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

#include
int main()
{
int i,j,arr[10],temp,n;
printf("Enter array size: ");
scanf("%d",&n);
printf("Enter array Element: ");
for(i=0; i