Problem 11: Count Character Frequency
Hey everyone! ๐
Today, we're tackling a string manipulation problem: Counting Character Frquency.
The Problem
The goal is to write a function that returns a dictionary with the frequency of each character in a string. The function should be case-ins...
blog.vicentereyes.org3 min read