Description: Given an array of boxes with different numbers of bricks, determine the minimum number of moves needed to equalize the number of bricks in each box.
File: challenge1.py
Description: Given an array of numbers, find the maximum pair sum where the digits of each number add up to the same sum.
File: challenge2.py
Description: Generate a string of length N with as many different lowercase letters as possible, where each letter occurs an equal number of times.
File: challenge3.py
Run each Python file to see the output of the respective challenge.
python3 challenge1.pypython3 challenge2.pypython3 challenge3.py(c) 2024 Brian Kipkirui