This contains a possible solution for the practice problem and the qualification round of the HashCode 2020 organized by Google.
All programs are written with Python version 3.
Only one package is required: tqdm
Command to install the package : pip install tqdm