Skip to content

[OTHER] #4385

@kaligone

Description

@kaligone

What would you like to share?

is there anyone can explain Why SearchSinglyLinkedListRecursion creates object of the same class and then creates linked list from that object only?
`package com.thealgorithms.datastructures.lists;

public class SearchSinglyLinkedListRecursion extends SinglyLinkedList {

public static void main(String[] args) {
    SearchSinglyLinkedListRecursion list = new SearchSinglyLinkedListRecursion();`

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting triageAwaiting triage from a maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions