Replies: 1 comment
-
I am happy to add Meta. However, you need to implement the same algorithm. Also, it is recommended to implement matrix multiplication; otherwise Meta won't be shown in the figure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I implemented the N-Queens in a language called ( Meta ) and I wondered if you would be open to add this to your plb2 repository. As Meta does not provide user functions (or methods) the implementation is done using states. The other difference is in the algorithm itself. Instead of just placing the next queen in the next row and check afterwards, the checking is done before the placement, checking for uncovered fields.
As I am notorious in messing up git repo's, branching and pushing pull requests, I better just tell you where you can find my working code.
Best,
Arnold
Beta Was this translation helpful? Give feedback.
All reactions