diff --git a/include/avl.h b/include/avl.h index e9ffe90c..b339739c 100644 --- a/include/avl.h +++ b/include/avl.h @@ -13,6 +13,9 @@ * 3. Exportable to GraphViz format for easy visualization and verification * * http://en.wikipedia.org/wiki/AVL_tree + * + * @author Alejandro Fernandez (alejandro.fernandez.suarez@gmail.com) + * @github afernandez90 * ******************************************************************************/