Index
All Classes and Interfaces|All Packages
G
- getFirst() - Method in class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Retrieves the first node in the linked list.
- getLast() - Method in class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Retrieves the last node in the linked list.
- getNodeAtPos(int) - Method in class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Retrieves the node at a specified position in the linked list.
- getSizeIteratively(TreeNode<T>) - Static method in class com.amritpandey23.dsalibrary.tree.SizeOfBinaryTree
-
Calculates the size of a binary tree iteratively.
- getSizeRecursively(TreeNode<T>) - Static method in class com.amritpandey23.dsalibrary.tree.SizeOfBinaryTree
-
Calculates the size of a binary tree recursively.
All Classes and Interfaces|All Packages