DSA Day 40/100
Topic: Linked List
Questions Successfully Completed: 1
1) Count nodes of linked listEasy
Count nodes of linked list
QuestionInput: LinkedList: 1->2->3->4->5 Output: 5 Explanation: Count of nodes in the linked list is 5, which is its length.
class N...
preetikaprakash.hashnode.dev1 min read