aboutsummaryrefslogtreecommitdiff
path: root/challenge-054/ryan-thompson/README.md
blob: 366f1ddd3199130b3c1eecc08e7b5e2992fc37b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ryan Thompson

## Week 054 Solutions

### Task 1 › kth Permutation

 * [Perl](perl/ch-1.pl)
 * [Raku](raku/ch-1.p6)

### Task 2 › Collatz Conjecture

 * [Perl](perl/ch-2.pl)
 * [Raku](raku/ch-2.p6)

## Blogs

 * [Week 054 › kth Permutation](http://www.ry.ca/2020/04/kth-permutation/)
 * [Week 054 › Collatz Conjecture](http://www.ry.ca/2020/04/collatz-conjecture/)