Skip to content

Instantly share code, notes, and snippets.

@nikasulo
Created August 24, 2019 22:16
Show Gist options
  • Save nikasulo/fda91d8d89ab7fc2b7ebe015029c2ee7 to your computer and use it in GitHub Desktop.
Save nikasulo/fda91d8d89ab7fc2b7ebe015029c2ee7 to your computer and use it in GitHub Desktop.
Get max function
def get_max(deque)
deque.topFront
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment