Commit Graph

6 Commits

Author SHA1 Message Date
danghai
d6a5520bee Add a simple queue class 2020-01-16 15:21:12 -08:00
danghai
ad23bbdf70 Add a simple class stack, and example 2020-01-12 16:53:13 -08:00
danghai
da6c0d8791 Add simple circular linkedlist 2020-01-07 16:11:49 -08: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
Christian Clauss
fc7e416030
rename Data Structure -> data_structure (#644) 2019-11-28 13:28:41 +01:00