https://github.com/nahidjc/quick-sort
https://github.com/nahidjc/quick-sort
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nahidjc/quick-sort
- Owner: Nahidjc
- Created: 2019-11-04T03:31:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T03:49:39.000Z (over 5 years ago)
- Last Synced: 2025-01-08T01:58:36.450Z (5 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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