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 2727 " .meta/example.py"
2828 ]
2929 },
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." ,
3131 "source" : " Wikipedia" ,
3232 "source_url" : " https://en.wikipedia.org/wiki/Atbash"
3333}
Original file line number Diff line number Diff line change 2626 ]
2727 },
2828 "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 "
3131}
Original file line number Diff line number Diff line change 3131 " .meta/example.py"
3232 ]
3333 },
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" ,
3636 "source_url" : " https://projecteuler.net/problem=9"
3737}
You can’t perform that action at this time.
0 commit comments