A Collision Algorithm that finds the same number between 2 sets to solve the DLP which looks like: These 2 sets are created as follows:

  1. Choose a random integer
  2. Create a set ‘A’ of all numbers
  3. Create a set ‘B’ of all numbers where rk > N If the DLP has a solution, then there should be a number common between sets A and B.