mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-16 13:34:20 +03:00
fix docs & add link
This commit is contained in:
parent
ec57c8fa40
commit
5daeb8daaa
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @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 <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user