add author name

This commit is contained in:
Krishna Vedala
2020-06-05 20:26:34 -04:00
parent 172cd7be7d
commit 43362d3b50
12 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
/**
* \file
* \brief [Shell sort](https://en.wikipedia.org/wiki/Shell_sort) algorithm
* \author [Krishna Vedala](https://github.com/kvedala)
*/
#include <array>
#include <cstdlib>