france

https://github.com/francecil

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

2014年7月28日

摘要: 参考的网上的(放这只是对自己的实时总结最好一个月总结一次)2014.7.28 no.1计算机科学 Computer Science2n(Level 0)n2(Level 1)n(Level 2)log(n)(Level 3)Comments or Status数据结构不知道数组和链表的差异能够解释和... 阅读全文
posted @ 2014-07-28 22:02 france 阅读(165) 评论(0) 推荐(0)

摘要: #include #include #include #include #define maxn 100010#define mid ((l+r)>>1)using namespace std;int tree[20][maxn];//表示每层每个位置的值int toleft[20][maxn];/... 阅读全文
posted @ 2014-07-28 16:58 france 阅读(150) 评论(0) 推荐(0)