sameFrequency
Write a function called sameFrequency
Given two positive integers, find out if the two numbers have the same frequency of digits.
Your solution MUST have the following complexities.
Time: O(N)
Last updated
Write a function called sameFrequency
Given two positive integers, find out if the two numbers have the same frequency of digits.
Your solution MUST have the following complexities.
Time: O(N)
Last updated