Topic: Hashing Problem / Level: beginner

Problem: Given a list of integers, write a function to count the number of odd and even numbers using a hash map.

Run the code to see the output here...