filmov
tv
Word Frequency Challenge - Python Interview Challenge

Показать описание
This question is asked in an interview by Amazon. Given a list of sentences, you need to identify the frequency of each word and create a dictionary with the frequency as key and list of words that match that frequency as value.
The solution is not intended to complete the code in as minimum lines as possible but to provide a basic intuition of the solution. Feel free to comment your solution.
The solution is not intended to complete the code in as minimum lines as possible but to provide a basic intuition of the solution. Feel free to comment your solution.