I currently implementing knuths mastermind algorithm But I want to create a mastermind program, where the length of the code goes up to 15. And the amount of different colors is also 15.
So I have a problem with the Seed S, mentioned in the algorithm above. When I want to create a Seed S with all possibilities the Seed would have 15^15 entries. This is 4,378938904×10¹⁷. That´s too much to handle.
Anyone got another idea how to implement knuth's algorithm with 15^15 possibilities?