-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Closed as not planned
Labels
awaiting triageAwaiting triage from a maintainerAwaiting triage from a maintainer
Description
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
Labels
awaiting triageAwaiting triage from a maintainerAwaiting triage from a maintainer