# HG changeset patch # User HackBot # Date 1477437300 0 # Node ID 9d71a050fbbff8cfd5491d54df80e7b37d1b9ac1 # Parent 6595da2c5ab1a0f05450062095a5cd6f9cd75f9b learn Queuestack is when you\'re confused about whether something should be a queue or a stack, and end up with a complete mess. See https://xkcd.com/954/ . diff -r 6595da2c5ab1 -r 9d71a050fbbf wisdom/queuestack --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/queuestack Tue Oct 25 23:15:00 2016 +0000 @@ -0,0 +1,1 @@ +Queuestack is when you're confused about whether something should be a queue or a stack, and end up with a complete mess. See https://xkcd.com/954/ .