Gyanthakur / GFG_POTD

Add GfG potd fcfs
26 stars 52 forks source link

Occurence of an integer in a Linked List #211

Closed MeenakshiAM closed 4 weeks ago

MeenakshiAM commented 1 month ago

Description

This pull request fixes the issue #210 ... passed all testcases . question:Given a singly linked list and a key, count the number of occurrences of the given key in the linked list.

Fixes: #210

Type of Change

Checklist