Queen's Attack II Discussions | Algorithms | HackerRank
We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
If you change the part of the code that reads the problem input to make a list of tuples as opposed to a list of lists, this will work on all test cases:
Queen's Attack II
You are viewing a single comment's thread. Return to all comments →
If you change the part of the code that reads the problem input to make a list of tuples as opposed to a list of lists, this will work on all test cases: