0
What function am I supposed to use in order to count the number of occurrences of an element???
2 Answers
0
You will need to use data structure called "map" inorder to map the occurrence of each element.
This is how I would have gone to solve this problem.
0
If you don't mind
Explain me with the example