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:
- Choose a random integer
- Create a set ‘A’ of all numbers
- 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.