2012-02-20から1日間の記事一覧

Stack Implementation

CodeEval これよくわかんなかった。一連の整数をpush、popして1個おきに出力。 popに1個おきに取り出す機能を書いたのが間違いか? 設問 Write a program implementing a stack inteface for integers.The interface should have 'push' and 'pop' functions…