Hi All
I am beginner in Java and this is my first post.
Please could you help me with this .
I need to implement a basic singly-linked list structure as a class. also it should allow
addition and deletion of single element in the linked list at a specified position i. we can assume each element is represented using the int primitive data type.
I would be very great full if you point me some sample programs like i described