File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
pythagorean-triplet/.meta Expand file tree Collapse file tree 3 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" : " Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East." ,
30
+ "blurb" : " Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East." ,
31
31
"source" : " Wikipedia" ,
32
32
"source_url" : " https://en.wikipedia.org/wiki/Atbash"
33
33
}
Original file line number Diff line number Diff line change 26
26
]
27
27
},
28
28
"blurb" : " Calculate the number of steps to reach 1 using the Collatz conjecture." ,
29
- "source" : " An unsolved problem in mathematics named after mathematician Lothar Collatz " ,
30
- "source_url" : " https://en.wikipedia.org/wiki/3x_%2B_1_problem "
29
+ "source" : " Wikipedia " ,
30
+ "source_url" : " https://en.wikipedia.org/wiki/Collatz_conjecture "
31
31
}
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 triplet ." ,
35
- "source" : " Problem 9 at Project Euler" ,
34
+ "blurb" : " Given an integer N, find all Pythagorean triplets for which a + b + c = N ." ,
35
+ "source" : " A variation of Problem 9 from Project Euler" ,
36
36
"source_url" : " https://projecteuler.net/problem=9"
37
37
}
You can’t perform that action at this time.
0 commit comments