Skip to content

Add javadoc comments to DynamicArray.java #1400

@rbshealy

Description

@rbshealy

Similar to the HashMap.java case,

The file as it is now is pretty bare and needs to be well-commented. Adding these comments will make the code more readable and understandable to the user.

requirements:
Add a header to all public classes and methods
Add @return and @param where appropriate
Add a description of what the method/class does and why it is implemented
Follow oracle javadoc programming standards
Keep descriptions concise and to the point

optional:
free to add inline comments to clarify certain statements
free to add visual representation of the algorithm with example cases

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions