External Data Structure Used in Custom Comparison Function in C++
I have array of numbers and I have to sort them based on there frequency in ascending order
and if both numbers are same then sort them in decreasing order
I have array of numbers and I have to sort them based on there frequency in ascending order
and if both numbers are same then sort them in decreasing order