From a281465a20ad7e0e30948bc786ee97d1c4157322 Mon Sep 17 00:00:00 2001 From: puri Date: Wed, 4 Oct 2017 21:30:14 +0700 Subject: [PATCH 1/2] Adding topics to pascals-triangle fixes #854 --- config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 758ac8578..6c7b8b9c2 100644 --- a/config.json +++ b/config.json @@ -395,7 +395,13 @@ "core": false, "difficulty": 5, "slug": "pascals-triangle", - "topics": null, + "topics": [ + "recursion", + "arrays", + "matrices", + "algorithms", + "mathematics" + ], "unlocked_by": "matrix", "uuid": "d2a76905-1c8c-4b03-b4f7-4fbff19329f3" }, From 5b8737400f1747ac9ffbde84ddc4dc0bcd528eb3 Mon Sep 17 00:00:00 2001 From: puri Date: Thu, 5 Oct 2017 00:32:48 +0700 Subject: [PATCH 2/2] Edit topics for pascals-triangle --- config.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 6c7b8b9c2..6037192a4 100644 --- a/config.json +++ b/config.json @@ -396,11 +396,12 @@ "difficulty": 5, "slug": "pascals-triangle", "topics": [ - "recursion", - "arrays", - "matrices", - "algorithms", - "mathematics" + "arrays", + "matrices", + "algorithms", + "mathematics", + "exception_handling", + "integers" ], "unlocked_by": "matrix", "uuid": "d2a76905-1c8c-4b03-b4f7-4fbff19329f3"