HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bdwedding

no profile record

コメント

bdwedding
·3 年前·議論
I ported his code to C++, the linked list version and the other recursive version. Then I removed the recursion. For me, the linked list is 2X slower and the non-recursive version using a stack is slightly faster than his original version.

https://gist.github.com/bwedding/19c1bd0e967cfb62084fabdd6bf...
bdwedding
·3 年前·議論
Here's the one you were thinking of. This was the one "further optimized", not the first one posted:

https://web.archive.org/web/20090723015302/http://crazybob.o...