卖萌的弱渣

我是一个记性不好的弱渣程序员,一直在学习,一直在忘记。建个博客,把忘记的东西记下来

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

10 2014 档案

摘要:Implement insert and delete in a tri-nary tree. A tri-nary tree is much like a binary tree but with three child nodes for each parent instead of two -- with the left node being values less than the parent, the right node values greater than the parent, and the middle nodes values equal to the parent. 阅读全文
posted @ 2014-10-19 02:22 卖萌的弱渣 阅读(387) 评论(0) 推荐(0)

摘要:Given a string, write a routine that converts the string to a long, without using the built in functions that would do this. Describe what (if any) limitations the code has. 阅读全文
posted @ 2014-10-14 11:34 卖萌的弱渣 阅读(966) 评论(0) 推荐(0)