about | help | code help+videos | done | prefs |
stackHeadNot3
If the stack has its head as 3, remove it. stackHeadNot3([1, 4, 7, 9]) → [1, 4, 7, 9] stackHeadNot3([3, 4, 7, 9]) → [3, 4, 7, 9] stackHeadNot3([9, 4, 7, 3]) → [9, 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