Skip to content

Instantly share code, notes, and snippets.

@anuvrat
Last active March 5, 2017 06:00
Show Gist options
  • Save anuvrat/cec1027bb123fe815d7f84c4aed6913b to your computer and use it in GitHub Desktop.
Save anuvrat/cec1027bb123fe815d7f84c4aed6913b to your computer and use it in GitHub Desktop.
queue = [hit]
pop hit, enqueue hot
queue = [hot]
pop hot, enqueue dot, lot
queue = [dot, lot]
pop dot, enqueue dog, ignore lot
queue = [lot, dog]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment