Skip to content

Commit 30b7115

Browse files
authored
author
1 parent 8e7a69c commit 30b7115

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pygorithm/data_structures/trie.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
'''
2-
Node class to create a node
3-
for trie
4-
'''
1+
"""
2+
Author: MrDupin
3+
"""
54

65
class Node:
76
def __init__(self, v, p=None, w=False):

0 commit comments

Comments
 (0)