feat(curriculum): restore seed + solution to Chinese (#40683)

* feat(tools): add seed/solution restore script

* chore(curriculum): remove empty sections' markers

* chore(curriculum): add seed + solution to Chinese

* chore: remove old formatter

* fix: update getChallenges

parse translated challenges separately, without reference to the source

* chore(curriculum): add dashedName to English

* chore(curriculum): add dashedName to Chinese

* refactor: remove unused challenge property 'name'

* fix: relax dashedName requirement

* fix: stray tag

Remove stray `pre` tag from challenge file.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>

Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2021-01-13 03:31:00 +01:00
committed by GitHub
parent 0095583028
commit ee1e8abd87
4163 changed files with 57505 additions and 10540 deletions

View File

@ -3,6 +3,7 @@ id: 5900f36e1000cf542c50fe80
title: 'Problem 1: Multiples of 3 and 5'
challengeType: 5
forumTopicId: 301722
dashedName: problem-1-multiples-of-3-and-5
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3761000cf542c50fe89
title: 'Problem 10: Summation of primes'
challengeType: 5
forumTopicId: 301723
dashedName: problem-10-summation-of-primes
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d01000cf542c50fee3
title: 'Problem 100: Arranged probability'
challengeType: 5
forumTopicId: 301724
dashedName: problem-100-arranged-probability
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d21000cf542c50fee4
title: 'Problem 101: Optimum polynomial'
challengeType: 5
forumTopicId: 301725
dashedName: problem-101-optimum-polynomial
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d21000cf542c50fee5
title: 'Problem 102: Triangle containment'
challengeType: 5
forumTopicId: 301726
dashedName: problem-102-triangle-containment
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d61000cf542c50fee7
title: 'Problem 103: Special subset sums: optimum'
challengeType: 5
forumTopicId: 301727
dashedName: problem-103-special-subset-sums-optimum
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d51000cf542c50fee6
title: 'Problem 104: Pandigital Fibonacci ends'
challengeType: 5
forumTopicId: 301728
dashedName: problem-104-pandigital-fibonacci-ends
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d61000cf542c50fee8
title: 'Problem 105: Special subset sums: testing'
challengeType: 5
forumTopicId: 301729
dashedName: problem-105-special-subset-sums-testing
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d71000cf542c50fee9
title: 'Problem 106: Special subset sums: meta-testing'
challengeType: 5
forumTopicId: 301730
dashedName: problem-106-special-subset-sums-meta-testing
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d91000cf542c50feea
title: 'Problem 107: Minimal network'
challengeType: 5
forumTopicId: 301731
dashedName: problem-107-minimal-network
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3d91000cf542c50feeb
title: 'Problem 108: Diophantine Reciprocals I'
challengeType: 5
forumTopicId: 301732
dashedName: problem-108-diophantine-reciprocals-i
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3db1000cf542c50feec
title: 'Problem 109: Darts'
challengeType: 5
forumTopicId: 301733
dashedName: problem-109-darts
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3781000cf542c50fe8a
title: 'Problem 11: Largest product in a grid'
challengeType: 5
forumTopicId: 301734
dashedName: problem-11-largest-product-in-a-grid
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3db1000cf542c50feed
title: 'Problem 110: Diophantine Reciprocals II'
challengeType: 5
forumTopicId: 301735
dashedName: problem-110-diophantine-reciprocals-ii
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3db1000cf542c50feee
title: 'Problem 111: Primes with runs'
challengeType: 5
forumTopicId: 301736
dashedName: problem-111-primes-with-runs
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3dd1000cf542c50feef
title: 'Problem 112: Bouncy numbers'
challengeType: 5
forumTopicId: 301738
dashedName: problem-112-bouncy-numbers
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3dd1000cf542c50fef0
title: 'Problem 113: Non-bouncy numbers'
challengeType: 5
forumTopicId: 301739
dashedName: problem-113-non-bouncy-numbers
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e01000cf542c50fef2
title: 'Problem 114: Counting block combinations I'
challengeType: 5
forumTopicId: 301740
dashedName: problem-114-counting-block-combinations-i
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3df1000cf542c50fef1
title: 'Problem 115: Counting block combinations II'
challengeType: 5
forumTopicId: 301741
dashedName: problem-115-counting-block-combinations-ii
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e01000cf542c50fef3
title: 'Problem 116: Red, green or blue tiles'
challengeType: 5
forumTopicId: 301742
dashedName: problem-116-red-green-or-blue-tiles
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e21000cf542c50fef4
title: 'Problem 117: Red, green, and blue tiles'
challengeType: 5
forumTopicId: 301743
dashedName: problem-117-red-green-and-blue-tiles
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e21000cf542c50fef5
title: 'Problem 118: Pandigital prime sets'
challengeType: 5
forumTopicId: 301744
dashedName: problem-118-pandigital-prime-sets
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e41000cf542c50fef6
title: 'Problem 119: Digit power sum'
challengeType: 5
forumTopicId: 301745
dashedName: problem-119-digit-power-sum
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3781000cf542c50fe8b
title: 'Problem 12: Highly divisible triangular number'
challengeType: 5
forumTopicId: 301746
dashedName: problem-12-highly-divisible-triangular-number
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e41000cf542c50fef7
title: 'Problem 120: Square remainders'
challengeType: 5
forumTopicId: 301747
dashedName: problem-120-square-remainders
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e51000cf542c50fef8
title: 'Problem 121: Disc game prize fund'
challengeType: 5
forumTopicId: 301748
dashedName: problem-121-disc-game-prize-fund
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e61000cf542c50fef9
title: 'Problem 122: Efficient exponentiation'
challengeType: 5
forumTopicId: 301749
dashedName: problem-122-efficient-exponentiation
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e71000cf542c50fefa
title: 'Problem 123: Prime square remainders'
challengeType: 5
forumTopicId: 301750
dashedName: problem-123-prime-square-remainders
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e81000cf542c50fefb
title: 'Problem 124: Ordered radicals'
challengeType: 5
forumTopicId: 301751
dashedName: problem-124-ordered-radicals
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3e91000cf542c50fefc
title: 'Problem 125: Palindromic sums'
challengeType: 5
forumTopicId: 301752
dashedName: problem-125-palindromic-sums
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ea1000cf542c50fefd
title: 'Problem 126: Cuboid layers'
challengeType: 5
forumTopicId: 301753
dashedName: problem-126-cuboid-layers
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ec1000cf542c50fefe
title: 'Problem 127: abc-hits'
challengeType: 5
forumTopicId: 301754
dashedName: problem-127-abc-hits
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ec1000cf542c50feff
title: 'Problem 128: Hexagonal tile differences'
challengeType: 5
forumTopicId: 301755
dashedName: problem-128-hexagonal-tile-differences
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ef1000cf542c50ff01
title: 'Problem 129: Repunit divisibility'
challengeType: 5
forumTopicId: 301756
dashedName: problem-129-repunit-divisibility
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f37a1000cf542c50fe8c
title: 'Problem 13: Large sum'
challengeType: 5
forumTopicId: 301757
dashedName: problem-13-large-sum
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ee1000cf542c50ff00
title: 'Problem 130: Composites with prime repunit property'
challengeType: 5
forumTopicId: 301758
dashedName: problem-130-composites-with-prime-repunit-property
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ef1000cf542c50ff02
title: 'Problem 131: Prime cube partnership'
challengeType: 5
forumTopicId: 301759
dashedName: problem-131-prime-cube-partnership
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f11000cf542c50ff03
title: 'Problem 132: Large repunit factors'
challengeType: 5
forumTopicId: 301760
dashedName: problem-132-large-repunit-factors
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f21000cf542c50ff04
title: 'Problem 133: Repunit nonfactors'
challengeType: 5
forumTopicId: 301761
dashedName: problem-133-repunit-nonfactors
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f21000cf542c50ff05
title: 'Problem 134: Prime pair connection'
challengeType: 5
forumTopicId: 301762
dashedName: problem-134-prime-pair-connection
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f31000cf542c50ff06
title: 'Problem 135: Same differences'
challengeType: 5
forumTopicId: 301763
dashedName: problem-135-same-differences
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f51000cf542c50ff07
title: 'Problem 136: Singleton difference'
challengeType: 5
forumTopicId: 301764
dashedName: problem-136-singleton-difference
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f51000cf542c50ff08
title: 'Problem 137: Fibonacci golden nuggets'
challengeType: 5
forumTopicId: 301765
dashedName: problem-137-fibonacci-golden-nuggets
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f61000cf542c50ff09
title: 'Problem 138: Special isosceles triangles'
challengeType: 5
forumTopicId: 301766
dashedName: problem-138-special-isosceles-triangles
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f71000cf542c50ff0a
title: 'Problem 139: Pythagorean tiles'
challengeType: 5
forumTopicId: 301767
dashedName: problem-139-pythagorean-tiles
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f37a1000cf542c50fe8d
title: 'Problem 14: Longest Collatz sequence'
challengeType: 5
forumTopicId: 301768
dashedName: problem-14-longest-collatz-sequence
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3fa1000cf542c50ff0c
title: 'Problem 140: Modified Fibonacci golden nuggets'
challengeType: 5
forumTopicId: 301769
dashedName: problem-140-modified-fibonacci-golden-nuggets
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3f91000cf542c50ff0b
title: 'Problem 141: Investigating progressive numbers, n, which are also square'
challengeType: 5
forumTopicId: 301770
dashedName: problem-141-investigating-progressive-numbers-n-which-are-also-square
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3fa1000cf542c50ff0d
title: 'Problem 142: Perfect Square Collection'
challengeType: 5
forumTopicId: 301771
dashedName: problem-142-perfect-square-collection
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3fc1000cf542c50ff0e
title: 'Problem 143: Investigating the Torricelli point of a triangle'
challengeType: 5
forumTopicId: 301772
dashedName: problem-143-investigating-the-torricelli-point-of-a-triangle
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3fc1000cf542c50ff0f
title: 'Problem 144: Investigating multiple reflections of a laser beam'
challengeType: 5
forumTopicId: 301773
dashedName: problem-144-investigating-multiple-reflections-of-a-laser-beam
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3fd1000cf542c50ff10
title: 'Problem 145: How many reversible numbers are there below one-billion?'
challengeType: 5
forumTopicId: 301774
dashedName: problem-145-how-many-reversible-numbers-are-there-below-one-billion
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3fe1000cf542c50ff11
title: 'Problem 146: Investigating a Prime Pattern'
challengeType: 5
forumTopicId: 301775
dashedName: problem-146-investigating-a-prime-pattern
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f3ff1000cf542c50ff12
title: 'Problem 147: Rectangles in cross-hatched grids'
challengeType: 5
forumTopicId: 301776
dashedName: problem-147-rectangles-in-cross-hatched-grids
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4021000cf542c50ff14
title: 'Problem 148: Exploring Pascal''s triangle'
challengeType: 5
forumTopicId: 301777
dashedName: problem-148-exploring-pascals-triangle
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4021000cf542c50ff13
title: 'Problem 149: Searching for a maximum-sum subsequence'
challengeType: 5
forumTopicId: 301778
dashedName: problem-149-searching-for-a-maximum-sum-subsequence
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f37b1000cf542c50fe8e
title: 'Problem 15: Lattice paths'
challengeType: 5
forumTopicId: 301780
dashedName: problem-15-lattice-paths
---
# --description--

View File

@ -5,6 +5,7 @@ title: >-
minimum-sum
challengeType: 5
forumTopicId: 301781
dashedName: problem-150-searching-a-triangular-array-for-a-sub-triangle-having-minimum-sum
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4031000cf542c50ff16
title: 'Problem 151: Paper sheets of standard sizes: an expected-value problem'
challengeType: 5
forumTopicId: 301782
dashedName: problem-151-paper-sheets-of-standard-sizes-an-expected-value-problem
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4041000cf542c50ff17
title: 'Problem 152: Writing one half as a sum of inverse squares'
challengeType: 5
forumTopicId: 301783
dashedName: problem-152-writing-one-half-as-a-sum-of-inverse-squares
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4051000cf542c50ff18
title: 'Problem 153: Investigating Gaussian Integers'
challengeType: 5
forumTopicId: 301784
dashedName: problem-153-investigating-gaussian-integers
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4071000cf542c50ff19
title: 'Problem 154: Exploring Pascal''s pyramid'
challengeType: 5
forumTopicId: 301785
dashedName: problem-154-exploring-pascals-pyramid
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4081000cf542c50ff1a
title: 'Problem 155: Counting Capacitor Circuits'
challengeType: 5
forumTopicId: 301786
dashedName: problem-155-counting-capacitor-circuits
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4091000cf542c50ff1b
title: 'Problem 156: Counting Digits'
challengeType: 5
forumTopicId: 301787
dashedName: problem-156-counting-digits
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4091000cf542c50ff1c
title: 'Problem 157: Solving the diophantine equation'
challengeType: 5
forumTopicId: 301788
dashedName: problem-157-solving-the-diophantine-equation
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
lexicographically after its neighbour to the left
challengeType: 5
forumTopicId: 301789
dashedName: >-
problem-158-exploring-strings-for-which-only-one-character-comes-lexicographically-after-its-neighbour-to-the-left
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f40c1000cf542c50ff1e
title: 'Problem 159: Digital root sums of factorisations'
challengeType: 5
forumTopicId: 301790
dashedName: problem-159-digital-root-sums-of-factorisations
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f37d1000cf542c50fe8f
title: 'Problem 16: Power digit sum'
challengeType: 5
forumTopicId: 301791
dashedName: problem-16-power-digit-sum
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f40d1000cf542c50ff1f
title: 'Problem 160: Factorial trailing digits'
challengeType: 5
forumTopicId: 301794
dashedName: problem-160-factorial-trailing-digits
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f40d1000cf542c50ff20
title: 'Problem 161: Triominoes'
challengeType: 5
forumTopicId: 301795
dashedName: problem-161-triominoes
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f40e1000cf542c50ff21
title: 'Problem 162: Hexadecimal numbers'
challengeType: 5
forumTopicId: 301796
dashedName: problem-162-hexadecimal-numbers
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f40f1000cf542c50ff22
title: 'Problem 163: Cross-hatched triangles'
challengeType: 5
forumTopicId: 301797
dashedName: problem-163-cross-hatched-triangles
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
than a given value
challengeType: 5
forumTopicId: 301798
dashedName: >-
problem-164-numbers-for-which-no-three-consecutive-digits-have-a-sum-greater-than-a-given-value
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4111000cf542c50ff24
title: 'Problem 165: Intersections'
challengeType: 5
forumTopicId: 301799
dashedName: problem-165-intersections
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4131000cf542c50ff25
title: 'Problem 166: Criss Cross'
challengeType: 5
forumTopicId: 301800
dashedName: problem-166-criss-cross
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4141000cf542c50ff26
title: 'Problem 167: Investigating Ulam sequences'
challengeType: 5
forumTopicId: 301801
dashedName: problem-167-investigating-ulam-sequences
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4151000cf542c50ff27
title: 'Problem 168: Number Rotations'
challengeType: 5
forumTopicId: 301802
dashedName: problem-168-number-rotations
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
as a sum of powers of 2
challengeType: 5
forumTopicId: 301803
dashedName: >-
problem-169-exploring-the-number-of-different-ways-a-number-can-be-expressed-as-a-sum-of-powers-of-2
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f37d1000cf542c50fe90
title: 'Problem 17: Number letter counts'
challengeType: 5
forumTopicId: 301804
dashedName: problem-17-number-letter-counts
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
concatenating products
challengeType: 5
forumTopicId: 301805
dashedName: >-
problem-170-find-the-largest-0-to-9-pandigital-that-can-be-formed-by-concatenating-products
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
a square
challengeType: 5
forumTopicId: 301806
dashedName: >-
problem-171-finding-numbers-for-which-the-sum-of-the-squares-of-the-digits-is-a-square
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4181000cf542c50ff2b
title: 'Problem 172: Investigating numbers with few repeated digits'
challengeType: 5
forumTopicId: 301807
dashedName: problem-172-investigating-numbers-with-few-repeated-digits
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
laminae can be formed?
challengeType: 5
forumTopicId: 301808
dashedName: >-
problem-173-using-up-to-one-million-tiles-how-many-different-hollow-square-laminae-can-be-formed
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
two, three, ... distinct arrangements
challengeType: 5
forumTopicId: 301809
dashedName: >-
problem-174-counting-the-number-of-hollow-square-laminae-that-can-form-one-two-three-----distinct-arrangements
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
expressed as a sum of powers of 2
challengeType: 5
forumTopicId: 301810
dashedName: >-
problem-175-fractions-involving-the-number-of-different-ways-a-number-can-be-expressed-as-a-sum-of-powers-of-2
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f41c1000cf542c50ff2f
title: 'Problem 176: Right-angled triangles that share a cathetus'
challengeType: 5
forumTopicId: 301811
dashedName: problem-176-right-angled-triangles-that-share-a-cathetus
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f41e1000cf542c50ff30
title: 'Problem 177: Integer angled Quadrilaterals'
challengeType: 5
forumTopicId: 301812
dashedName: problem-177-integer-angled-quadrilaterals
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f41e1000cf542c50ff31
title: 'Problem 178: Step Numbers'
challengeType: 5
forumTopicId: 301813
dashedName: problem-178-step-numbers
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f41f1000cf542c50ff32
title: 'Problem 179: Consecutive positive divisors'
challengeType: 5
forumTopicId: 301814
dashedName: problem-179-consecutive-positive-divisors
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f37e1000cf542c50fe91
title: 'Problem 18: Maximum path sum I'
challengeType: 5
forumTopicId: 301815
dashedName: problem-18-maximum-path-sum-i
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4201000cf542c50ff33
title: 'Problem 180: Rational zeros of a function of three variables'
challengeType: 5
forumTopicId: 301816
dashedName: problem-180-rational-zeros-of-a-function-of-three-variables
---
# --description--

View File

@ -5,6 +5,8 @@ title: >-
can be grouped
challengeType: 5
forumTopicId: 301817
dashedName: >-
problem-181-investigating-in-how-many-ways-objects-of-two-different-colours-can-be-grouped
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4231000cf542c50ff35
title: 'Problem 182: RSA encryption'
challengeType: 5
forumTopicId: 301818
dashedName: problem-182-rsa-encryption
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4231000cf542c50ff36
title: 'Problem 183: Maximum product of parts'
challengeType: 5
forumTopicId: 301819
dashedName: problem-183-maximum-product-of-parts
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4241000cf542c50ff37
title: 'Problem 184: Triangles containing the origin'
challengeType: 5
forumTopicId: 301820
dashedName: problem-184-triangles-containing-the-origin
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4251000cf542c50ff38
title: 'Problem 185: Number Mind'
challengeType: 5
forumTopicId: 301821
dashedName: problem-185-number-mind
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4281000cf542c50ff39
title: 'Problem 186: Connectedness of a network'
challengeType: 5
forumTopicId: 301822
dashedName: problem-186-connectedness-of-a-network
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4291000cf542c50ff3a
title: 'Problem 187: Semiprimes'
challengeType: 5
forumTopicId: 301823
dashedName: problem-187-semiprimes
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4291000cf542c50ff3b
title: 'Problem 188: The hyperexponentiation of a number'
challengeType: 5
forumTopicId: 301824
dashedName: problem-188-the-hyperexponentiation-of-a-number
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5900f4291000cf542c50ff3c
title: 'Problem 189: Tri-colouring a triangular grid'
challengeType: 5
forumTopicId: 301825
dashedName: problem-189-tri-colouring-a-triangular-grid
---
# --description--

Some files were not shown because too many files have changed in this diff Show More