Skip to content

Feat: add "Middle of the Linked List" question in Linked List.  #4290

@BamaCharanChhandogi

Description

@BamaCharanChhandogi

What would you like to Propose?

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.

Added "Middle of the Linked List" question.

Issue details

### Example of Middle of the Linked List:
Input: head = [1,2,3,4,5,6]
Output: [4,5,6]

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions