File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
pythagorean-triplet/.meta Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
" .meta/example.py"
28
28
]
29
29
},
30
- "blurb" : " The classical introductory exercise. Just say \" Hello, World!\" ." ,
30
+ "blurb" : " Exercism's classic introductory exercise. Just say \" Hello, World!\" ." ,
31
31
"source" : " This is an exercise to introduce users to using Exercism" ,
32
32
"source_url" : " https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
33
33
}
Original file line number Diff line number Diff line change 13
13
" .meta/example.py"
14
14
]
15
15
},
16
- "blurb" : " Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation." ,
16
+ "blurb" : " Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation." ,
17
17
"source" : " Christian Willner, Eric Willigers" ,
18
18
"source_url" : " https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
19
19
}
Original file line number Diff line number Diff line change 31
31
" .meta/example.py"
32
32
]
33
33
},
34
- "blurb" : " There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c ." ,
34
+ "blurb" : " There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet ." ,
35
35
"source" : " Problem 9 at Project Euler" ,
36
36
"source_url" : " https://projecteuler.net/problem=9"
37
37
}
Original file line number Diff line number Diff line change 22
22
},
23
23
"blurb" : " Given the size, return a square matrix of numbers in spiral order." ,
24
24
"source" : " Reddit r/dailyprogrammer challenge #320 [Easy] Spiral Ascension." ,
25
- "source_url" : " https://www .reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
25
+ "source_url" : " https://web.archive.org/web/20230607064729/https://old .reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
26
26
}
Original file line number Diff line number Diff line change 27
27
},
28
28
"blurb" : " Take input text and output it transposed." ,
29
29
"source" : " Reddit r/dailyprogrammer challenge #270 [Easy]." ,
30
- "source_url" : " https://www. reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text"
30
+ "source_url" : " https://web.archive.org/web/20230630051421/https://old. reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text/ "
31
31
}
You can’t perform that action at this time.
0 commit comments