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: a3f503de51cf954ede28891d
title: Find the Symmetric Difference
challengeType: 5
forumTopicId: 301611
dashedName: find-the-symmetric-difference
---
# --description--

View File

@ -3,6 +3,7 @@ id: 8d5123c8c441eddfaeb5bdef
title: Implement Bubble Sort
challengeType: 1
forumTopicId: 301612
dashedName: implement-bubble-sort
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8259367417b2b2512c86
title: Implement Insertion Sort
challengeType: 1
forumTopicId: 301613
dashedName: implement-insertion-sort
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825c367417b2b2512c8f
title: Implement Merge Sort
challengeType: 1
forumTopicId: 301614
dashedName: implement-merge-sort
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825a367417b2b2512c89
title: Implement Quick Sort
challengeType: 1
forumTopicId: 301615
dashedName: implement-quick-sort
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8259367417b2b2512c85
title: Implement Selection Sort
challengeType: 1
forumTopicId: 301616
dashedName: implement-selection-sort
---
# --description--

View File

@ -3,6 +3,7 @@ id: a56138aff60341a09ed6c480
title: Inventory Update
challengeType: 5
forumTopicId: 16019
dashedName: inventory-update
---
# --description--

View File

@ -3,6 +3,7 @@ id: a7bf700cd123b9a54eef01d5
title: No Repeats Please
challengeType: 5
forumTopicId: 16037
dashedName: no-repeats-please
---
# --description--

View File

@ -3,6 +3,7 @@ id: a3f503de51cfab748ff001aa
title: Pairwise
challengeType: 5
forumTopicId: 301617
dashedName: pairwise
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8257367417b2b2512c7b
title: Add a New Element to a Binary Search Tree
challengeType: 1
forumTopicId: 301618
dashedName: add-a-new-element-to-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8252367417b2b2512c67
title: Add Elements at a Specific Index in a Linked List
challengeType: 1
forumTopicId: 301619
dashedName: add-elements-at-a-specific-index-in-a-linked-list
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8256367417b2b2512c77
title: Adjacency List
challengeType: 1
forumTopicId: 301620
dashedName: adjacency-list
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8256367417b2b2512c78
title: Adjacency Matrix
challengeType: 1
forumTopicId: 301621
dashedName: adjacency-matrix
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825c367417b2b2512c90
title: Breadth-First Search
challengeType: 1
forumTopicId: 301622
dashedName: breadth-first-search
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8257367417b2b2512c7c
title: Check if an Element is Present in a Binary Search Tree
challengeType: 1
forumTopicId: 301623
dashedName: check-if-an-element-is-present-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 5cc0c1b32479e176caf3b422
title: Check if Tree is Binary Search Tree
challengeType: 1
forumTopicId: 301624
dashedName: check-if-tree-is-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8255367417b2b2512c75
title: Create a Circular Queue
challengeType: 1
forumTopicId: 301625
dashedName: create-a-circular-queue
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825a367417b2b2512c87
title: Create a Doubly Linked List
challengeType: 1
forumTopicId: 301626
dashedName: create-a-doubly-linked-list
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825b367417b2b2512c8e
title: Create a Hash Table
challengeType: 1
forumTopicId: 301627
dashedName: create-a-hash-table
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8251367417b2b2512c62
title: Create a Linked List Class
challengeType: 1
forumTopicId: 301628
dashedName: create-a-linked-list-class
---
# --description--

View File

@ -3,6 +3,7 @@ id: 8d5823c8c441eddfaeb5bdef
title: Create a Map Data Structure
challengeType: 1
forumTopicId: 301629
dashedName: create-a-map-data-structure
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8255367417b2b2512c74
title: Create a Priority Queue Class
challengeType: 1
forumTopicId: 301630
dashedName: create-a-priority-queue-class
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8250367417b2b2512c60
title: Create a Queue Class
challengeType: 1
forumTopicId: 301631
dashedName: create-a-queue-class
---
# --description--

View File

@ -3,6 +3,7 @@ id: 8d1323c8c441eddfaeb5bdef
title: Create a Set Class
challengeType: 1
forumTopicId: 301632
dashedName: create-a-set-class
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8250367417b2b2512c5f
title: Create a Stack Class
challengeType: 1
forumTopicId: 301633
dashedName: create-a-stack-class
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8259367417b2b2512c84
title: Create a Trie Search Tree
challengeType: 1
forumTopicId: 301634
dashedName: create-a-trie-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825b367417b2b2512c8d
title: Create an ES6 JavaScript Map
challengeType: 1
forumTopicId: 301635
dashedName: create-an-es6-javascript-map
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8254367417b2b2512c70
title: Create and Add to Sets in ES6
challengeType: 1
forumTopicId: 301636
dashedName: create-and-add-to-sets-in-es6
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8258367417b2b2512c80
title: Delete a Leaf Node in a Binary Search Tree
challengeType: 1
forumTopicId: 301637
dashedName: delete-a-leaf-node-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8258367417b2b2512c81
title: Delete a Node with One Child in a Binary Search Tree
challengeType: 1
forumTopicId: 301638
dashedName: delete-a-node-with-one-child-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8258367417b2b2512c82
title: Delete a Node with Two Children in a Binary Search Tree
challengeType: 1
forumTopicId: 301639
dashedName: delete-a-node-with-two-children-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825d367417b2b2512c96
title: Depth-First Search
challengeType: 1
forumTopicId: 301640
dashedName: depth-first-search
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8257367417b2b2512c7d
title: Find the Minimum and Maximum Height of a Binary Search Tree
challengeType: 1
forumTopicId: 301641
dashedName: find-the-minimum-and-maximum-height-of-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8256367417b2b2512c7a
title: Find the Minimum and Maximum Value in a Binary Search Tree
challengeType: 1
forumTopicId: 301642
dashedName: find-the-minimum-and-maximum-value-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825b367417b2b2512c8c
title: Implement Heap Sort with a Min Heap
challengeType: 1
forumTopicId: 301643
dashedName: implement-heap-sort-with-a-min-heap
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8256367417b2b2512c79
title: Incidence Matrix
challengeType: 1
forumTopicId: 301644
dashedName: incidence-matrix
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825a367417b2b2512c8a
title: Insert an Element into a Max Heap
challengeType: 1
forumTopicId: 301703
dashedName: insert-an-element-into-a-max-heap
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8259367417b2b2512c83
title: Invert a Binary Tree
challengeType: 1
forumTopicId: 301704
dashedName: invert-a-binary-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8250367417b2b2512c5e
title: Learn how a Stack Works
challengeType: 1
forumTopicId: 301705
dashedName: learn-how-a-stack-works
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8254367417b2b2512c6e
title: Perform a Difference on Two Sets of Data
challengeType: 1
forumTopicId: 301706
dashedName: perform-a-difference-on-two-sets-of-data
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8254367417b2b2512c6f
title: Perform a Subset Check on Two Sets of Data
challengeType: 1
forumTopicId: 301707
dashedName: perform-a-subset-check-on-two-sets-of-data
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8253367417b2b2512c6c
title: Perform a Union on Two Sets
challengeType: 1
forumTopicId: 301708
dashedName: perform-a-union-on-two-sets
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8253367417b2b2512c6d
title: Perform an Intersection on Two Sets of Data
challengeType: 1
forumTopicId: 301709
dashedName: perform-an-intersection-on-two-sets-of-data
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825b367417b2b2512c8b
title: Remove an Element from a Max Heap
challengeType: 1
forumTopicId: 301710
dashedName: remove-an-element-from-a-max-heap
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8251367417b2b2512c65
title: Remove Elements from a Linked List by Index
challengeType: 1
forumTopicId: 301711
dashedName: remove-elements-from-a-linked-list-by-index
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8251367417b2b2512c63
title: Remove Elements from a Linked List
challengeType: 1
forumTopicId: 301712
dashedName: remove-elements-from-a-linked-list
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8254367417b2b2512c71
title: Remove items from a set in ES6
challengeType: 1
forumTopicId: 301713
dashedName: remove-items-from-a-set-in-es6
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d825a367417b2b2512c88
title: Reverse a Doubly Linked List
challengeType: 1
forumTopicId: 301714
dashedName: reverse-a-doubly-linked-list
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8251367417b2b2512c64
title: Search within a Linked List
challengeType: 1
forumTopicId: 301715
dashedName: search-within-a-linked-list
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8253367417b2b2512c6a
title: Typed Arrays
challengeType: 1
forumTopicId: 301716
dashedName: typed-arrays
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8255367417b2b2512c72
title: Use .has and .size on an ES6 Set
challengeType: 1
forumTopicId: 301717
dashedName: use--has-and--size-on-an-es6-set
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8258367417b2b2512c7f
title: Use Breadth First Search in a Binary Search Tree
challengeType: 1
forumTopicId: 301718
dashedName: use-breadth-first-search-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8257367417b2b2512c7e
title: Use Depth First Search in a Binary Search Tree
challengeType: 1
forumTopicId: 301719
dashedName: use-depth-first-search-in-a-binary-search-tree
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8255367417b2b2512c73
title: Use Spread and Notes for ES5 Set() Integration
challengeType: 1
forumTopicId: 301720
dashedName: use-spread-and-notes-for-es5-set-integration
---
# --description--

View File

@ -3,6 +3,7 @@ id: 587d8251367417b2b2512c61
title: Work with Nodes in a Linked List
challengeType: 1
forumTopicId: 301721
dashedName: work-with-nodes-in-a-linked-list
---
# --description--

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--

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