Index
All Classes and Interfaces|All Packages
I
- insert(TreeNode<Integer>, Integer) - Static method in class com.amritpandey23.dsalibrary.tree.BinarySearchTree
-
Inserts a specified value into the binary search tree.
- insertAtPos(T, int) - Method in class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Inserts a new node with the specified value at a specific position in the linked list.
- insertFirst(T) - Method in class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Inserts a new node with the specified value at the beginning of the linked list.
- insertLast(T) - Method in class com.amritpandey23.dsalibrary.linkedlist.LinkedList
-
Inserts a new node with the specified value at the end of the linked list.
All Classes and Interfaces|All Packages