You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a rather serious bug, in line 187 you remove the first element, but in many cases this is the correct answer.
For example for the query:
Paris France Tokyo
You now effectively remove Japan from the list.
Commonly, people filter the output list to not contain any of the three input words instead.
The text was updated successfully, but these errors were encountered:
I've found a rather serious bug, in line 187 you remove the first element, but in many cases this is the correct answer.
For example for the query:
Paris France Tokyo
You now effectively remove Japan from the list.
Commonly, people filter the output list to not contain any of the three input words instead.
The text was updated successfully, but these errors were encountered: