Last active
March 5, 2017 06:00
-
-
Save anuvrat/cec1027bb123fe815d7f84c4aed6913b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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