about | help | code help+videos | done | prefs |
Remove all 4's from the stack. You may use one auxiliary stack. stackRemove4([4, 5, 3, 2, 1]) → [5, 3, 2, 1] stackRemove4([4]) → [] stackRemove4([]) → [] ...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