mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 09:43:06 +08:00
documentation
This commit is contained in:
@@ -35,7 +35,6 @@ struct Node {
|
||||
* Creates node with provided key, level and value
|
||||
* @param key is number that is used for comparision
|
||||
* @param level is the maximum level node's going to added
|
||||
*
|
||||
*/
|
||||
Node::Node(int key, int level, void* value) {
|
||||
this->key = key;
|
||||
|
||||
Reference in New Issue
Block a user