you had me at galring
galring
arr.remove() can be an expensive operation. The lists in the tests can have several million items in them.
arr.remove()
Edit: I ran your solution locally, for a list with 8.4 million items, it took about 9 minutes to complete.
Hi. This is not an issue (= a bug in the kata). Please refer to the documentation: https://docs.codewars.com/training/troubleshooting/
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
you had me at
galring
arr.remove()
can be an expensive operation. The lists in the tests can have several million items in them.Edit: I ran your solution locally, for a list with 8.4 million items, it took about 9 minutes to complete.
Hi. This is not an issue (= a bug in the kata). Please refer to the documentation: https://docs.codewars.com/training/troubleshooting/
This comment is hidden because it contains spoiler information about the solution