feat(interview-prep): Converting and transferring Rosetta problems (#35487)

* feat(interview-prep): Converting and transferring Rosetta problems

* feat(interview-prep): Fixing challenges

* fix(challenges): Added code tags

* Update knight's-tour.md

Moved text to instructions section and fixed a small typo.

* feat(interview-prep): Update description of Knight's tour

Co-Authored-By: NitronR <bhanur05@gmail.com>

* feat(interview-prep): Update description of Kaprekar numbers

Co-Authored-By: NitronR <bhanur05@gmail.com>

* feat(inteview-prep): Kaprekar numbers description

Added <code> tags.

* fix(interview-prep): Update description Kaprekar Numbers

Co-Authored-By: NitronR <bhanur05@gmail.com>

* fix(interview-prep): Added code tags Kaprekar numbers

Co-Authored-By: NitronR <bhanur05@gmail.com>
This commit is contained in:
Bhanu Pratap Singh Rathore
2019-03-21 11:52:35 +05:30
committed by The Coding Aviator
parent cab064a183
commit 79394d141f
9 changed files with 983 additions and 0 deletions

View File

@ -312,6 +312,38 @@
"5a23c84252665b21eecc7ec5",
"Josephus problem"
],
[
"5a23c84252665b21eecc7ecb",
"K-d tree"
],
[
"5a23c84252665b21eecc7eca",
"Kaprekar numbers"
],
[
"5a23c84252665b21eecc7ed5",
"Knight's tour"
],
[
"5a23c84252665b21eecc7edb",
"Largest int from concatenated ints"
],
[
"5a23c84252665b21eecc7edc",
"Last Friday of each month"
],
[
"5a23c84252665b21eecc7ede",
"Leap year"
],
[
"5a23c84252665b21eecc7edf",
"Least common multiple"
],
[
"5a23c84252665b21eecc7ee0",
"Left factorials"
],
[
"59da22823d04c95919d46269",
"Sailors, coconuts and a monkey problem"