about | help | code help+videos | done | prefs |
queueHead7
Ensure the queue's head is 7. queueHead7([1, 4, 9]) → [7, 1, 4, 9] queueHead7([3, 4, 7, 9]) → [7, 3, 4, 7, 9] queueHead7([]) → [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