From cdaf6c9303f1292eef0bf129e8340180660994ab Mon Sep 17 00:00:00 2001 From: Deepak Raj Date: Sat, 26 Sep 2020 22:49:59 +0530 Subject: [PATCH] making issue template --- .github/ISSUE_TEMPLATE/custom.md | 6 +----- 11. GradingStudents/solution.cpp | 10 ++++++++++ 12. Kangaroo/solution.cpp | 5 +++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index bc83f8f..07862d3 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -11,12 +11,8 @@ Please assign yourself before Making a PR. **Problem statement** : -**Problem Link** : +**Problem Link** : Time Conversion **Happy Coding** --- - - - - diff --git a/11. GradingStudents/solution.cpp b/11. GradingStudents/solution.cpp index e69de29..ff31aa9 100644 --- a/11. GradingStudents/solution.cpp +++ b/11. GradingStudents/solution.cpp @@ -0,0 +1,10 @@ +/* + Topic : Algorithms + Subtopic : Grading Students + + Problem Statement : + Complete the function gradingStudents in the editor below. + It should return an integer array consisting of rounded grades. + + Url : https://www.hackerrank.com/challenges/grading/problem + */ \ No newline at end of file diff --git a/12. Kangaroo/solution.cpp b/12. Kangaroo/solution.cpp index e69de29..c28788b 100644 --- a/12. Kangaroo/solution.cpp +++ b/12. Kangaroo/solution.cpp @@ -0,0 +1,5 @@ +/* + Topic : Algorithms + Subtopic : Kangaroo + Problem Statement : https://www.hackerrank.com/challenges/kangaroo/problem + */ \ No newline at end of file