mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Better ome comments
This commit is contained in:
parent
72de3a6ca8
commit
a498bf1de9
@ -1,4 +1,4 @@
|
|||||||
//sorting of linked list using bubble sort
|
//sorting of array list using bubble sort
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
/*Displays the array, passed to this method*/
|
/*Displays the array, passed to this method*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//sorting of linked list using insertion sort
|
//sorting of array list using insertion sort
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
/*Displays the array, passed to this method*/
|
/*Displays the array, passed to this method*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//sorting of linked list using selection sort
|
//sorting of array list using selection sort
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
/*Displays the array, passed to this method*/
|
/*Displays the array, passed to this method*/
|
||||||
|
Loading…
Reference in New Issue
Block a user