feat(interview-prep): Adding Rosetta Code problems (#34634)

This commit is contained in:
Bhanu Pratap Singh Rathore
2018-12-18 17:46:11 +05:30
committed by Kristofer Koishigawa
parent 0afe892563
commit 4d55a04e21
17 changed files with 1744 additions and 2 deletions

View File

@ -329,8 +329,72 @@
"Sorting algorithms/Bead sort"
],
[
"5a23c84252665b21eecc8002",
"Sorting algorithms/Bogosort"
"5a23c84252665b21eecc8002",
"Sorting algorithms/Bogosort"
],
[
"5a23c84252665b21eecc8003",
"Sorting algorithms/Bubble sort"
],
[
"5a23c84252665b21eecc8004",
"Sorting algorithms/Cocktail sort"
],
[
"5a23c84252665b21eecc8005",
"Sorting algorithms/Comb sort"
],
[
"5a23c84252665b21eecc8006",
"Sorting algorithms/Counting sort"
],
[
"5a23c84252665b21eecc8007",
"Sorting algorithms/Gnome sort"
],
[
"5a23c84252665b21eecc8008",
"Sorting algorithms/Heapsort"
],
[
"5a23c84252665b21eecc8009",
"Sorting algorithms/Insertion sort"
],
[
"5a23c84252665b21eecc800a",
"Sorting algorithms/Merge sort"
],
[
"5a23c84252665b21eecc800b",
"Sorting algorithms/Pancake sort"
],
[
"5a23c84252665b21eecc800c",
"Sorting algorithms/Permutation sort"
],
[
"5a23c84252665b21eecc800d",
"Sorting algorithms/Quicksort"
],
[
"5a23c84252665b21eecc800e",
"Sorting algorithms/Radix sort"
],
[
"5a23c84252665b21eecc800f",
"Sorting algorithms/Selection sort"
],
[
"5a23c84252665b21eecc8010",
"Sorting algorithms/Shell sort"
],
[
"5a23c84252665b21eecc8012",
"Sorting algorithms/Stooge sort"
],
[
"5a23c84252665b21eecc8013",
"Sorting algorithms/Strand sort"
],
[
"594ecc0d9a8cf816e3340187",