Hello everyone, today I am showing you a Stack question out of Cracking the Coding Interview. The question is 3.3 in the Stacks and Queues chapter. I discovered this implementation on-line and commented it for better understanding. The video below is also an explanation of the process. The stack of plates question basically asks that,…
Month: January 2018
………………………………………………………..
So, I’ve decided to temporarily censor this post for about two weeks. I don’t want to delete it although it’s embarrassing but it’s part of my journey and I like to have an archive of my entire experience to look back on one day. 🙂 ____________________________________________________________________________________________ This entire process is demoralizing. They couldn’t even…
Sort Stack Python~ Cracking the Code
Hello, Everyone. I solved an algorithm in Cracking the Coding Interview a few days ago and thought i’d share my code since I could only find one partial Python implementation online. The first video below shows a visualization of what is expected. The second video is of me explaining the concept and implementing the code….