This Challenge is to Speed up the Scoring routine that counts the number of Knots.
Input: [adjacency xy]
- adjacency is an NxN matrix of topologically adjacent(connected) points
- xy is an Nx2 matrix giving the X and Y coordinates for the N points
Output: nKnots; Number of Knots
Scoring: Speed; Based on cumulative time of Knots [ 3 6 15 18 24 30 37 42 46 49]; Nominal Time 9.7 sec
Baseline Knot Contest Knot scoring for all 50 test cases is 63 seconds on Cody.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers2
Suggested Problems
-
Make a function that returns its own character count
33 Solvers
-
406 Solvers
-
Number of 1s in a binary string
11014 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
647 Solvers
-
Put two time series onto the same time basis
350 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The Knots Contest GradeIt function is not the number of Knots. FYI
if possible could you fix the url in this problem testsuite? (and perhaps also in the Rubik's series as well? it seems tinyurls tend to have a short life...)