Question #2 sent over email: Given a string, return the character count for each distinct character in the string. · Example: "abacca" -> a: 3, b: 1, c: 2 · Once again, do not assume that “abacca” is the only string it will handle
Check out your Company Bowl for anonymous work chats.