Skip to content

Add more list methods and types #1

Description

@SiroDiaz

Add more methods and implement interfaces for extend the functionality of list classes.
Methods to implement:

  • fix iterator in ArrayList
  • fix error with contains method in doubly linked list
  • implement ArrayAccess
  • create an abstract class (ListAbstract) and refactor code
  • fix possible errors
  • rewrite insertion in simply linked list
  • test pop method in simply linked list
  • create custom exceptions for many method cases
  • modify some test methods for exception handling
  • getLast
  • contains
  • indexOf
  • lastIndexOf
  • remove
  • create documentation
  • increase code quality

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions