Timeline for What's the point of implementing a Stack using two queues?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 12, 2017 at 7:31 | history | edited | CommunityBot | replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/ | |
| Jun 16, 2015 at 21:53 | vote | accept | Carcigenicate | ||
| Jun 16, 2015 at 20:55 | history | edited | user22815 | CC BY-SA 3.0 | added 115 characters in body |
| Jun 16, 2015 at 20:31 | history | edited | user22815 | CC BY-SA 3.0 | Added note about interfaces and my anecdote. |
| Jun 16, 2015 at 20:20 | comment | added | Carcigenicate | Thanks. I guess that makes sense. I also realized that I'm using "illegal" operations in the above code (pushing to the front of a FIFO), but I don't think that changes anything. I reversed all of the operations, and it still works as intended. I'm going to wait a bit before I accept as I don't want to discourage any other people from giving input. Thank you though. | |
| Jun 16, 2015 at 20:13 | history | answered | user22815 | CC BY-SA 3.0 |