We're a place where coders share, stay up-to-date and grow their careers.
A web developer
All private interactions must abide by the code of conduct.
For me, it only changed after it passed the review period.
Oct 15 '19
3 out of 4 was approved and merged. The last one is still p...
Oct 12 '19
Made 4 PR(s) to some projects ! One landed and three more p...
Oct 2 '19
Nice ! This is a very creative way to solve the problem.
Oct 1 '19
A O( n2 ) solution written in JavaScript. The board is repr...
A Javascript solution: const gcd = (n, d) => { return...
Sep 28 '19
Recent comments
Hacktoberfest Completion Thread
For me, it only changed after it passed the review period.
Hacktoberfest Completion Thread
3 out of 4 was approved and merged. The last one is still p...
Hacktoberfest Completion Thread
Made 4 PR(s) to some projects ! One landed and three more p...
Daily Challenge #79 - Connect Four
Nice ! This is a very creative way to solve the problem.
Daily Challenge #79 - Connect Four
A O( n2 ) solution written in JavaScript. The board is repr...
Daily Challenge #78 - Number of Proper Fractions with Denominator d
A Javascript solution: const gcd = (n, d) => { return...