We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7a69c commit 30b7115Copy full SHA for 30b7115
1 file changed
pygorithm/data_structures/trie.py
@@ -1,7 +1,6 @@
1
-'''
2
-Node class to create a node
3
-for trie
4
+"""
+Author: MrDupin
5
6
class Node:
7
def __init__(self, v, p=None, w=False):
0 commit comments