Problem 679
Posted: Wed Apr 01, 2020 5:36 am
I am having an issue with the problem 769 link : https://projecteuler.net/problem=679
The value for f(n) when n = 15, as suggested in the problem statement is 72863 but the total number of words that I am getting is 73313 after performing the suggested operations like generating a word of length 15 form given 4 letters, eliminating the duplicates and confirming that the given keywords occur only once in the given word.
The value for f(n) when n = 15, as suggested in the problem statement is 72863 but the total number of words that I am getting is 73313 after performing the suggested operations like generating a word of length 15 form given 4 letters, eliminating the duplicates and confirming that the given keywords occur only once in the given word.