ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
6 stars 40 forks source link

Write Docstrings for m_nary_tree.py Class #14

Open levyjonathan31 opened 8 months ago

levyjonathan31 commented 8 months ago

Description

Write or update docstrings for each function of the m_nary_tree class using the format below.

"""Summary or Description of the Function

Parameters:

argument1 (int): Description of arg1
Returns:

int: Returning value
"""

TODO

Additional comments

This is currently located on the nary-tree branch. When making changes, create a branch from this branch.

Hamed04734 commented 1 month ago

Taking intro to swe so can i be assigned this