We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68e02b0 + ef1f26c commit c085a9eCopy full SHA for c085a9e
docs/Data_Structure.rst
@@ -41,6 +41,8 @@ Features
41
- Check cycle in Undirected Graph (data_structures.graph.CheckCycleUndirectedGraph)
42
- **Heap**
43
- Heap (data_structures.heap.Heap)
44
+ - **QuadTree**
45
+ - QuadTree (data_structures.quadtree.QuadTree)
46
47
* Get the code used for any of the implementation
48
@@ -214,3 +216,21 @@ Trie
214
216
-----
215
217
.. autoclass:: Trie
218
:members:
219
+
220
+QuadTree
221
+--------
222
223
+.. automodule:: pygorithm.data_structures.quadtree
224
225
+ QuadTreeEntity
226
+ --------------
227
+ .. autoclass:: QuadTreeEntity
228
+ :members:
229
+ :special-members:
230
231
+ QuadTree
232
+ --------
233
+ .. autoclass:: QuadTree
234
235
236
0 commit comments