about | help | code help+videos | done | prefs |
queueTail7
Ensure the queue's tail is 7. queueTail7([1, 4, 9]) → [1, 4, 9, 7] queueTail7([3, 4, 7, 9]) → [3, 4, 7, 9, 7] queueTail7([7, 9, 3, 4]) → [7, 9, 3, 4, 7] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 300
Copyright Nick Parlante 2017 - privacy