Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Docstrings for m_nary_tree.py Class #14

Open
7 tasks
levyjonathan31 opened this issue Jan 25, 2024 · 1 comment
Open
7 tasks

Write Docstrings for m_nary_tree.py Class #14

levyjonathan31 opened this issue Jan 25, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@levyjonathan31
Copy link
Collaborator

levyjonathan31 commented Jan 25, 2024

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

  • _nary_layout
  • calc_pos
  • N_ary_tree
  • calc_loc
  • calc_idx
  • get_parent
  • insert_node

Additional comments

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

@levyjonathan31 levyjonathan31 added enhancement New feature or request documentation Improvements or additions to documentation good first issue Good for newcomers and removed enhancement New feature or request labels Jan 25, 2024
@levyjonathan31 levyjonathan31 changed the title Write Docstrings for m_tree.py Class Write Docstrings for m_nary_tree.py Class Jan 25, 2024
@Hamed04734
Copy link

Taking intro to swe so can i be assigned this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants