fix docs & add link

This commit is contained in:
Krishna Vedala 2020-07-01 21:02:41 -04:00
parent ec57c8fa40
commit 5daeb8daaa
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -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>