I want to create n elements in a doubly linked list in Java. I try to build a matrix with right, left, up and down references to build a pentomino game which is an exact cover problem, to solve it. Therefore I need to implement the Algorithm X from Knuth.I want to create n elements in a doubly linked