C++Fundamentals-Arrays-Exercise-Most Frequent Number
Most Frequent Number
Write a program that find the most frequent number in a given sequence of numbers.
Numbers will be in the range [0, 9].
In case of multiple numbers with the same maximal frequent, print all of them, ordered, from smallest to largest, separated by spaces.
Examples
Input Output Output
13
4 1 1 4 2 3 4 4 1 2 4 9 3 4 The number 4 is the most frequent
8
2 2 2 2 1 2 2 2 2 The number 2 is the most frequent
Не мога да се справя с тази задача. Намирам най-често срещаната цифра, но не мога да измисля логитата когато са няколко цифри с еднаква максимална честота. Ако ми помогнете да я измисля ще съм много благодарен.
https://pastebin.com/aijnRL9e
Много благодаря за помощта! Цял ден я мисля.