Skip to content

Commit 6376292

Browse files
committed
Updated DOCS
1 parent cb19380 commit 6376292

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/Data_Structure.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Features
7474
>>> from pygorithm.data_structures import graph
7575
>>> help(graph)
7676
77+
7778
Stack
7879
-----
7980

@@ -84,6 +85,13 @@ Stack
8485
.. autoclass:: Stack
8586
:members:
8687

88+
.. automodule:: pygorithm.data_structures.stack
89+
90+
Infix to Postfix
91+
----------------
92+
.. autoclass:: InfixToPostfix
93+
:members:
94+
8795
Queue
8896
-----
8997

@@ -202,3 +210,13 @@ Heap
202210
-----
203211
.. autoclass:: Heap
204212
:members:
213+
214+
Trie
215+
----
216+
217+
.. automodule:: pygorithm.data_structures.trie
218+
219+
Trie
220+
-----
221+
.. autoclass:: Trie
222+
:members:

0 commit comments

Comments
 (0)