sort.c
changeset 77 49e0babccb23
parent 74 829976007e62
equal deleted inserted replaced
76:c46968bddef5 77:49e0babccb23
     1 /**
     1 /**
       
     2  * sort.c
       
     3  * Copyright (C) 2008 Markus Broeker
       
     4  *
     2  * Comparision of Sorting Algorithms
     5  * Comparision of Sorting Algorithms
     3  * Copyright (C) 2008 Markus Broeker
       
     4  */
     6  */
     5 
     7 
     6 #include <stdio.h>
     8 #include <stdio.h>
     7 #include <stdlib.h>
     9 #include <stdlib.h>
     8 #include <string.h>
    10 #include <string.h>