Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 225 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 225 Bytes

FrequencyMapping

To find the most frequent k-mer in a string, Text, we would like to create a mapping where we map each k-mer appearing in Text tp it's number of occurrences in Text. We call this structure Frequency map.