Guillaume received Leader badge for Solution 833281 on 19 Feb 2016 |
Guillaume submitted Solution 833275 to Problem 42732. Average Grade on 19 Feb 2016 |
Guillaume submitted Solution 833270 to Problem 42721. Fun with a compass on 19 Feb 2016 |
Guillaume submitted a Comment to Solution 824021 It's a good thing that the length of a string does not count towards the score!
on 10 Feb 2016 |
Guillaume submitted Solution 824067 to Problem 42701. multiple of nine? on 10 Feb 2016 |
Guillaume submitted Solution 824061 to Problem 42720. Breaking Bad Tiles (Spelling with Element Symbols) on 10 Feb 2016 |
Guillaume submitted Solution 810317 to Problem 42716. Number of occurrences of letter in a text on 20 Jan 2016 |
Guillaume submitted Solution 810316 to Problem 42716. Number of occurrences of letter in a text on 20 Jan 2016 |
Guillaume submitted Solution 807740 to Problem 42715. Throw common elements of two vector arrays in sorted manner on 16 Jan 2016 |
Guillaume submitted Solution 807738 to Problem 42714. Throw common elements of two vector arrays on 16 Jan 2016 |
Guillaume submitted Solution 807299 to Problem 42711. Find Month & day for given day number of a year on 15 Jan 2016 |
Guillaume submitted Solution 807127 to Problem 42711. Find Month & day for given day number of a year on 15 Jan 2016 |
Guillaume submitted Solution 804072 to Problem 42709. Find 1's Complement on 10 Jan 2016 |
Guillaume liked Problem 42708. Placing Beads Neatly in a Box on 8 Jan 2016 |
Guillaume submitted Solution 802877 to Problem 42706. Step up on 8 Jan 2016 |
Guillaume submitted Solution 802036 to Problem 42705. Is It a Snake? on 7 Jan 2016 |
Guillaume submitted a Comment to Problem 42704. prime to each other It seems to me that the logic of the test suite is reversed. You're asking if the numbers are coprime and yet want 0 (false) when they are.
on 6 Jan 2016 |
Guillaume submitted Solution 801416 to Problem 42704. prime to each other on 6 Jan 2016 |
Guillaume submitted Solution 800604 to Problem 42700. Find elements of set A those are not in set B on 4 Jan 2016 |
Guillaume submitted Solution 800603 to Problem 42699. Find the Area of a Polygon on 4 Jan 2016 |
Guillaume submitted Solution 800602 to Problem 42697. sparse_matrix on 4 Jan 2016 |
Guillaume submitted Solution 800601 to Problem 42697. sparse_matrix on 4 Jan 2016 |
Guillaume submitted Solution 795134 to Problem 42695. Replace secondary diagonal elements of a square array on 17 Dec 2015 |
Guillaume submitted Solution 787752 to Problem 42586. Find Missing Number on 3 Dec 2015 |
Guillaume submitted Solution 787749 to Problem 42589. Change number representation to HEX on 3 Dec 2015 |
Guillaume submitted Solution 787739 to Problem 42590. Divide elements by sum of elements on 3 Dec 2015 |
Guillaume submitted a Comment to Problem 42647. Recursion - Fun The difficulty with this problem is not generating the sequence, that is trivial, but to conform to the completely arbitrary and inaccurate rounding rules of the test suite.
on 3 Dec 2015 |
Guillaume submitted Solution 787726 to Problem 42647. Recursion - Fun on 3 Dec 2015 |
Guillaume submitted Solution 787702 to Problem 42677. Print the date for a given number using Indian calendar reference on 3 Dec 2015 |
Guillaume submitted Solution 786696 to Problem 42692. Polynomial Evaluation on 1 Dec 2015 |
Guillaume submitted Solution 786693 to Problem 42691. Matrix of almost all zeros, except for main diagonal on 1 Dec 2015 |
Guillaume submitted Solution 779378 to Problem 42686. What's the missing interior angle? on 16 Nov 2015 |
Guillaume submitted Solution 779347 to Problem 42686. What's the missing interior angle? on 16 Nov 2015 |
Guillaume submitted a Comment to Solution 767165 No, this has nothing to do with round-off error. The solution itself rounds massively the input. If I pass x = pi to unique, I expect pi as an output, not 3.1416.
on 4 Nov 2015 |
Guillaume submitted a Comment to Solution 767165 An easy way to defeat that solution would be to use proper floating point numbers in the test suite. x = pi is enough to make it fail.
on 2 Nov 2015 |
Guillaume submitted Solution 770252 to Problem 42679. Can you reshape the matrix? on 2 Nov 2015 |
Guillaume submitted Solution 767656 to Problem 42671. unique with nan on 27 Oct 2015 |
Guillaume submitted a Comment to Problem 42671. unique with nan As standard unique does not operate on columns I didn't even realise that the example had two identical columns. I saw the problem as just remove the unique elements in each row which could potentially result in rows of different length. Hence my initial question.
on 27 Oct 2015 |
Guillaume submitted a Comment to Solution 766581 Note that format xxx has no effect on the precision of calculation. It only affects display.
on 26 Oct 2015 |
Guillaume submitted a Comment to Problem 42671. unique with nan A more complete description of what we're supposed to achieve would be useful. What are we supposed to do if a row has less elements than the others after applying unique? Pad it with zero as your second test seem to imply?
on 26 Oct 2015 |
Guillaume submitted Solution 767267 to Problem 42672. Longest Sequence of NaNs on 26 Oct 2015 |
Guillaume submitted Solution 767236 to Problem 42670. If you prick us, do we not bleed? on 26 Oct 2015 |
Guillaume submitted Solution 765403 to Problem 42669. replace nan values iteratively. on 21 Oct 2015 |
Guillaume submitted a Comment to Solution 761291 I find it ironical that you disallow unique in the test suite, yet your own solution is just a roundabout way of calling unique
on 15 Oct 2015 |
Guillaume submitted a Comment to Problem 42665. sort matrix The problem statement should say what is and is not allowed for the solution, particularly if you're going to invalidate previously valid solutions.
on 15 Oct 2015 |
Guillaume submitted Solution 761322 to Problem 42665. sort matrix on 15 Oct 2015 |
Guillaume submitted Solution 760041 to Problem 42665. sort matrix on 14 Oct 2015 |