Brian Holden - MATLAB Cody - MATLAB Central

Brian Holden

9917
Rank
4
Badges
560
Score
1 – 50 of 62

Brian Holden received Community Group Solver badge for CODESgiving 2024

on 7 Dec 2024

Brian Holden submitted a Comment to Problem 59831. Palindrome Checker

A lot of solutions are passing this due to insufficient testing. There is only one number in the tests and it's a 'pass', so solutions that remove all numbers from the input are passing because a null string counts as a palindrome.

on 25 Nov 2024

Brian Holden submitted a Comment to Solution 14403063

Again with the 'tricky' argument list. Nothing in the problem said the function should handle matrix inputs, but you throw one in there just to be clever? Not impressed.

on 21 Nov 2024

Brian Holden submitted a Comment to Problem 88. It dseon't mettar waht oedrr the lrettes in a wrod are.

I thought the empty set test was uncalled for. Might as well add in numeric arguments if you're wanting to make a case for checking if your inputs are valid.

on 21 Nov 2024

Brian Holden submitted Solution 14401127 to Problem 76. De-dupe

on 20 Nov 2024

Brian Holden submitted a Comment to Solution 14397518

I like this one a lot. Way to think two dimensionally!

on 20 Nov 2024

Brian Holden submitted a Comment to Problem 381. Angle between two vectors

I don't understand why the checker is rounding the answers, nor why some implementers are rounding the answers. Maybe it's to avoid roundoff issues, which admittedly are an issue when testing equivalence, but any reasonable solution to the problem should be able to give an answer out to 5 or 6 decimal places.

on 12 Jan 2024

1 – 50 of 62
Go to top of page