Commit Graph

3 Commits

Author SHA1 Message Date
github-actions
7ad1f171c1 formatting source-code for d7af6fdc8c 2020-05-29 23:26:30 +00:00
Christian Clauss
b5a074f188
trie_tree.cpp: #include <string.h> --> <string> (#684)
* trie_tree.cpp: #include <string.h> --> <string>

* std::string str
2019-12-19 12:48:43 +01:00
苏淞丰
78f500e864 Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings] (#683)
* Add header file

* Add header file and regulate code style

* Add header file and regulate code style

*  Do not use namespace using-directives.  Use using-declarations instead.

* Arctic2333 Add header file and regulate code style . Do not use namespace using-directives. Use using-declarations instead.

* Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]

* Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]

* rename

* RENAME

* Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]

* char * -> string

* Update and rename trietree.cpp to trie_tree.cpp

* Delete TrieTree.cpp

* char hello[] = "hello";
2019-12-19 10:37:30 +01:00