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

This commit is contained in:
unknown
2019-12-12 23:17:57 +05:30
committed by Kristofer Koishigawa
parent fde8c05a20
commit e4a6f5563f
6 changed files with 469 additions and 0 deletions

View File

@ -344,6 +344,10 @@
"5a23c84252665b21eecc7edb",
"Largest int from concatenated ints"
],
[
"5a23c84252665b21eecc7edd",
"Last letter-first letter"
],
[
"5a23c84252665b21eecc7edc",
"Last Friday of each month"
@ -360,6 +364,22 @@
"5a23c84252665b21eecc7ee0",
"Left factorials"
],
[
"5a23c84252665b21eecc7ee1",
"Letter frequency"
],
[
"5a23c84252665b21eecc7ee2",
"Levenshtein distance"
],
[
"5a23c84252665b21eecc7ee3",
"Linear congruential generator"
],
[
"5a23c84252665b21eecc7eec",
"Long multiplication"
],
[
"59da22823d04c95919d46269",
"Sailors, coconuts and a monkey problem"