jayadevvasudevan / basic-python

9 stars 30 forks source link

Check If Array Pairs Are Divisible by k #72

Closed halcyon-past closed 1 month ago

halcyon-past commented 1 month ago

Added The code for Check If Array Pairs Are Divisible by k for issue #16 This pull request adds a new Python module to solve the problem of checking if array pairs are divisible by a given integer k. The solution includes a class with a method to perform the check and test cases to validate the implementation.

Key changes:

Please accept this as a part of Hacktober fest contribution @jayadevvasudevan