about | help | code help+videos | done | prefs |
welcomeback_stacks_riffleShuffle--Given two Stacks of Integers, riffle shuffle them together into a new stack. welcomeback_stacks_riffleShuffle([], []) → [] welcomeback_stacks_riffleShuffle([1, 2, 3, 4], []) → [4, 3, 2, 1] welcomeback_stacks_riffleShuffle([], [1, 2, 3, 4]) → [4, 3, 2, 1] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy