Index
All Classes and Interfaces|All Packages
L
- left - Variable in class com.amritpandey23.dsalibrary.tree.TreeNode
-
Pointer to the left child node.
- LinkedList<T> - Class in com.amritpandey23.dsalibrary.linkedlist
-
A generic singly linked list implementation with common list operations.
- LinkedList() - Constructor for class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Constructs an empty linked list.
- LinkedList(T) - Constructor for class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Constructs a linked list with an initial head node containing the specified value.
- ListNode<T> - Class in com.amritpandey23.dsalibrary.linkedlist
-
Represents a node in a singly linked list, containing a generic value and a reference to the next node.
- ListNode(T) - Constructor for class com.amritpandey23.dsalibrary.linkedlist.ListNode
-
Constructs a list node with a specified value and no reference to the next node.
- ListNode(T, ListNode<T>) - Constructor for class com.amritpandey23.dsalibrary.linkedlist.ListNode
-
Constructs a list node with a specified value and a reference to the next node.
All Classes and Interfaces|All Packages