added original author to the description

This commit is contained in:
Krishna Vedala
2020-08-27 09:35:09 -04:00
parent d50dd329e7
commit 611c70050f

View File

@@ -1,5 +1,6 @@
/**
* @file
* @author [@Arctic2333](https://github.com/Arctic2333)
* @author [Krishna Vedala](https://github.com/kvedala)
* @brief Implementation of [Trie](https://en.wikipedia.org/wiki/Trie) data
* structure for English alphabets in small characters.