Back to course home
0% completed
Vote For New Content
Java inser/delete at end is O(1)
Niladri Roy
Mar 4, 2025
Java implementation of LinkedList has a tail pointer, making tail operations O(1) instead of O(n).
0
0
Comments
Comments
0% completed
Niladri Roy
Mar 4, 2025
Java implementation of LinkedList has a tail pointer, making tail operations O(1) instead of O(n).
0
0