We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb19380 commit 6376292Copy full SHA for 6376292
docs/Data_Structure.rst
@@ -74,6 +74,7 @@ Features
74
>>> from pygorithm.data_structures import graph
75
>>> help(graph)
76
77
+
78
Stack
79
-----
80
@@ -84,6 +85,13 @@ Stack
84
85
.. autoclass:: Stack
86
:members:
87
88
+.. automodule:: pygorithm.data_structures.stack
89
90
+ Infix to Postfix
91
+ ----------------
92
+ .. autoclass:: InfixToPostfix
93
+ :members:
94
95
Queue
96
97
@@ -202,3 +210,13 @@ Heap
202
210
203
211
.. autoclass:: Heap
204
212
213
214
+Trie
215
+----
216
217
+.. automodule:: pygorithm.data_structures.trie
218
219
+ Trie
220
+ -----
221
+ .. autoclass:: Trie
222
0 commit comments