Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Created August 24, 2019 22:30
Show Gist options
  • Save nikasulo/7b2f7c14ad6ecd0135b55f6e6588f64a to your computer and use it in GitHub Desktop.
Save nikasulo/7b2f7c14ad6ecd0135b55f6e6588f64a to your computer and use it in GitHub Desktop.
Remove maximum
def remove_max(deque)
deque.popFront
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment