package
0.0.0-20240131150731-99cda8c7308a
Repository: https://github.com/bartossh/algo.git
Documentation: pkg.go.dev

# Functions

ConcurrentFrequency counts the frequency of each rune in a given text concurrently.
Frequency counts the frequency of each rune in a given text and returns this data as a FreqMap.

# Type aliases

FreqMap records the frequency of each rune in a given text.