alcivanio / exercise-swift-find-most-repeated

Algorithm to find the most repeated character in a string in swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find most repeated character in a string using Swift

In this exercise I solved an easy problem: to find the most repeated character in a string. All the efforts were on finding a way to solve this problem is the most optimal way possible.

The problem was solved on a o(n) time complexity.

About

Algorithm to find the most repeated character in a string in swift.


Languages

Language:Swift 100.0%