aboutsummaryrefslogtreecommitdiff
path: root/challenge-066
AgeCommit message (Collapse)Author
2024-09-19Add Python solution to challenge 066Paulo Custodio
2023-05-05Challenges 064 065 066 067 LK Perl PythonLubos Kolouch
2022-10-02- Added guest contributions to past weeks by AhmetEmre.Mohammad S Anwar
2022-04-18Add Perl solution to challenge 066Paulo Custodio
2021-01-081st commit on 066_haskellchirvasitua
2020-11-16initial commit on 064,066,067chirvasitua
2020-08-15- Added Raku review blogs to Andrew score.Mohammad S Anwar
2020-07-24- Added Swift solution to the "Divide Integer" task.Mohammad S Anwar
2020-06-29Merge pull request #1883 from Firedrake/rogerbw-challenge-066-blogMohammad S Anwar
Blog post for #66.
2020-06-29Blog post for #66.Roger Bell_West
2020-06-29- Added weekly blog #066.Mohammad S Anwar
2020-06-29- Added solutions by Colin Crain.Mohammad S Anwar
2020-06-29Merge pull request #1879 from jaldhar/challenge-066Mohammad S Anwar
Challenge 66 by Jaldhar H. Vyas
2020-06-28Challenge 66 by Jaldhar H. VyasJaldhar H. Vyas
2020-06-28Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-clubMohammad S Anwar
2020-06-28- Added solutions by Laurent Rosenfeld.Mohammad S Anwar
2020-06-28Merge pull request #1878 from waltman/branch-for-challenge-066Mohammad S Anwar
Branch for challenge 066
2020-06-28python code for challenge 66 part 2Walt Mankowski
2020-06-28python 3 solution to challenge 66 part 1Walt Mankowski
2020-06-28Merge pull request #1877 from andemark/branch-for-challenge-066Mohammad S Anwar
div by 0 check added
2020-06-28Merge branch 'master' of ↵Mohammad S Anwar
git://github.com/holli-holzer/perlweeklychallenge-club into holli-holzer-master-066
2020-06-28Merge pull request #1875 from waltman/branch-for-challenge-066Mohammad S Anwar
Branch for challenge 066
2020-06-28Merge pull request #1874 from E7-87-83/masterMohammad S Anwar
Cheok Yin's Submission for Task #2
2020-06-28- Added solutions by Shahed Nooshmand.Mohammad S Anwar
2020-06-28div by 0 check addedMark Anderson
2020-06-28nevermindMarkus "Holli" Holzer
2020-06-28My solution to week 66 challenge 1Walt Mankowski
Basic idea -- division is just repeated subtraction, so count how many times we can subtract N from M. If either M or N is negative, but not both, then the result will be negative. If there's a remainder when the result is negative, then the floor is 1 more than the count.
2020-06-28My solution to week 66 challenge 2Walt Mankowski
Loop over all the m's from 2 to sqrt(N) If m can be raised to an integer power to equal N, then log_m N is an integer
2020-06-28Create ch-2.plFung Cheok Yin
2020-06-28Delete ch-2.plFung Cheok Yin
2020-06-28Create ch-2.plFung Cheok Yin
2020-06-28Merge pull request #1872 from choroba/ech066Mohammad S Anwar
Add solution to 066 by E. Choroba
2020-06-28- Added solution by Markus Holzer.Mohammad S Anwar
2020-06-28Add solution to 066 by E. ChorobaE. Choroba
2020-06-28Merge remote-tracking branch 'upstream/master'Markus "Holli" Holzer
2020-06-28initialMarkus "Holli" Holzer
2020-06-27- Added solutions by Arne Sommer.Mohammad S Anwar
2020-06-27Merge pull request #1870 from oWnOIzRi/week066Mohammad S Anwar
add rust solution for task 1
2020-06-27add rust solution for task 1Steven Wilson
2020-06-27change some syntaxSteven Wilson
2020-06-27Merge pull request #1869 from PerlMonk-Athanasius/branch-for-challenge-066Mohammad S Anwar
Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #066
2020-06-27Merge pull request #1868 from oWnOIzRi/week066Mohammad S Anwar
pass test for updated example 2
2020-06-27Perl & Raku solutions to Tasks 1 & 2 of the Perl Weekly Challenge #066PerlMonk Athanasius
On branch branch-for-challenge-066 Changes to be committed: new file: challenge-066/athanasius/perl/ch-1.pl new file: challenge-066/athanasius/perl/ch-2.pl new file: challenge-066/athanasius/raku/ch-1.raku new file: challenge-066/athanasius/raku/ch-2.raku
2020-06-27pass test for updated example 2Steven Wilson
2020-06-27- Minor tidy up solutions.Mohammad S Anwar
2020-06-27- Added videos for Challenge #066.Mohammad S Anwar
2020-06-26Challenge 66 SolutionsMark Anderson
2020-06-26Merge pull request #1866 from brtastic/challenge-66Mohammad S Anwar
Fix challenge 66
2020-06-26Fix ch66 ^ -> xorbrtastic
I've actually meant to have xor here
2020-06-26Remove irrelevant commentsNoud Aldenhoven