Skip to content

altayatik/qsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QSort Practice

Contents

  • Count the number of integers in a file
  • Allocate memory (an array) to store the integers
  • Read integers from the file and store them in the array
  • Call qsort function to sort the integers
  • Release memory
  • Check memory error using valgrind
  • Write the sorted array to another file

About

QSort Practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published