We have been taught certain functions of a linked list, which don’t exist in Linked List implementation of java util library, does this imply I need to, again and again, implement my own Linked list class, every time?
Problem with approach
yes ,its better to use your own linked list but you can use the library for those available