Problem 54780. Trap a knight
Solution Stats
Problem Comments
-
2 Comments
my solution (using brute force) is giving the right answer (on the test cases I checked) but it's failing in Cody due to time constraints. I hate it when it does that.
in test case - 5, tic-toc is giving me 5s. I might be able to optimize the code a little more but I am not sure that would be enough. I think it's failing on the loop test cases due to runtime.
is it necessary to use loop cases as they tend to take a long time? why not just random settings?
First off, why doesn't the MATLAB GUI find spiral when you search for it? I spent a lot of time building this myself before going on the internet for it.
Second, sorting a list and keeping the indices (second output argument from sort())is much faster than repeated finds when you're in the tens of thousands of finds and tens of thousands of array elements.
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2522 Solvers
-
Find the index of n in magic(n)
268 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2121 Solvers
-
18 Solvers
-
Easy Sequences 37: Natural Factorable Polynomials
8 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!