X Interview Question

design a max stack using one stack, what are the language features that are missing in your favorite language, tree to a ordered doubly linked list

Interview Answers

Anonymous

Sep 24, 2012

http://stackoverflow.com/questions/7134129/stack-with-find-min-find-max-more-efficient-than-on

1

Anonymous

Sep 24, 2012

One thing missing in Python that bugs me the most - Function/Method overloading! Argh!

1