mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
remove Copyright from docs
This commit is contained in:
parent
5baf1ad89f
commit
0e9585d080
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* Copyright 2020 @author Anmol3299
|
* @author Anmol3299
|
||||||
* \brief A basic implementation of trie class to store only lower-case strings.
|
* \brief A basic implementation of trie class to store only lower-case strings.
|
||||||
*/
|
*/
|
||||||
#include <iostream> // for io operations
|
#include <iostream> // for io operations
|
||||||
|
Loading…
Reference in New Issue
Block a user