## Returns a mapping_dict for mapping_algorithm() that maps the most used characters that occur in encrypted messages of the test data using all other algorithms so far.
## These are mapped to the most used letters in the (English/German) language to make the encryption appear more natural/readable. To really see a effect of this,
## you need to use a higher mapping_depth but processing all encryptions before is what takes the most time here.