mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix docs & add link
This commit is contained in:
parent
ec57c8fa40
commit
5daeb8daaa
@ -1,6 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief sorting of array list using bead sort
|
* @brief Sorting of array list using [bead
|
||||||
|
* sort](https://en.wikipedia.org/wiki/Bead_sort)
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user