Doug Hull - MATLAB Cody - MATLAB Central

Doug Hull

3119
Rank
7
Badges
1100
Score
1 – 50 of 102

Doug Hull submitted Problem 2266. 2048 tile game to Community

on 2 Apr 2014

Doug Hull submitted a Comment to Problem 753. Solitaire Cipher

Made a quick change. This should cause a lot of old solutions to fail. Will process the queue as fast as possible! Thanks!

on 11 Apr 2013

Doug Hull submitted a Comment to Problem 753. Solitaire Cipher

Yaroslav, I agree entirely. Unfortunately, every time on other problems that I changed the test suite, the look up tables just came back anyways. We need to eventually randomize test suites. When that is supported well, I will do it! Doug

on 11 Apr 2013

Doug Hull received Famous badge

on 29 Mar 2013

Doug Hull submitted a Comment to Solution 133608

Added new test, should be re scored soon. Thank you!

on 26 Dec 2012

Doug Hull submitted a Comment to Problem 621. Cryptomath: Addition

Note in the instructions: "No left hand zeros"

on 22 Oct 2012

Doug Hull submitted a Comment to Problem 621. Cryptomath: Addition

Suresh, Which test case? Please be more explicit. These were all taken from a list of known problems, so I need more info to understand if one is flawed.

on 18 Oct 2012

Doug Hull submitted a Comment to Solution 120005

William, Why are for loops not cool?

on 26 Sep 2012

Doug Hull submitted a Comment to Problem 534. Find best domino orientation

For which test statement is there not a unique solution? We need to fix the test suite if there are two answers of same score.

on 7 Aug 2012

Doug Hull submitted a Comment to Problem 329. Poker Series 01: isStraightFlush

@Jean, Huh? Is that a suggestion to add a test?

on 6 Aug 2012

Doug Hull submitted a Comment to Problem 250. Project Euler: Problem 10, Sum of Primes

@Lin, I think it is timing out. Why are you making your own tests anyways?

on 6 Aug 2012

Doug Hull submitted a Comment to Problem 753. Solitaire Cipher

Any problem will work not just ones in this category.

on 23 Jul 2012

Doug Hull submitted a Comment to Problem 753. Solitaire Cipher

Richard, Being Wikipedia, I just copied the algorithm this test suite was built on. Thanks! Doug

on 18 Jun 2012

Doug Hull submitted a Comment to Problem 753. Solitaire Cipher

Richard, I see the difference in our code: if j2==27 d=[28 d(2:26) d(28) d(1)]; end proper implementation would be: if j2 == 27 d = [d(1) 28 d(2:26) d(28)]; end Basically, it has to skip two cards down the deck. I will clean up the wording, as I have seen several do this on internal implementations here too. Thanks, Doug

on 14 Jun 2012

Doug Hull submitted a Comment to Problem 731. Given a window, how many subsets of a vector sum positive

Oops. Fixed. thank you.

on 11 Jun 2012

Doug Hull submitted a Comment to Solution 85685

I should have known! :) Next problem is, how many times can you expect to submit that solution! :)

on 8 May 2012

Doug Hull submitted a Comment to Solution 84171

NICE!

on 1 May 2012

1 – 50 of 102
Go to top of page