Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Created August 24, 2019 22:12
Show Gist options
  • Save nikasulo/bab62f7d454c48f117e0cc90e2c0ef5b to your computer and use it in GitHub Desktop.
Save nikasulo/bab62f7d454c48f117e0cc90e2c0ef5b to your computer and use it in GitHub Desktop.
Set max element
def set_max(deque,max)
deque.pushFront(max)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment