- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 [leetcode] 学习记录——Factorial Trailing Zeroes
Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.分析:这是一道求n!后面有几个0的问题,不要用算法的角度去考虑,因为考虑到测试用例肯定会有大数,因此int得到结果后在数0是
2015-01-22 14:58:45 672 1
原创 [leetcode] 学习记录——Add Two Numbers
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */class Solution {public: ListNode *ad
2015-01-22 14:44:16 777
原创 [leetcode] 学习记录——Compare Version Numbers
Compare two version numbers version1 and version1.If version1 > version2 return 1, if version1 version2 return -1, otherwise return 0.You may assume that the version strings are non-empty and co
2015-01-22 14:32:19 545
转载 计算机网络面试题
1 、 OSI ( Open System Interconnect ):开放系统互联,是一个七层的计算机网络模型,分别为:物理层、数据链路层、网络层、传输层、会话层、表示层和应用层。TCP/IP ( Transmission Control Protocol/Internet Protocol ):传输控制协议 / 因特网互联协议,是一个四层的计算机网络模型,分别为:网络接口层、网络层、传输
2014-07-13 19:38:20 1068 1
原创 [Efficient Retrieval of the Topk Most Relevant Spatial Web Objects]浅析(二)
LkT的查询步骤上文中提到了IR树构建。那么构建好IR树以后
2014-05-04 19:06:21 1032 2
原创 [Efficient Retrieval of the Topk Most Relevant Spatial Web Objects]浅析(一)
上周去实验室,老师让我去学习一下这篇论文以及配套的代码。因此我决定
2014-05-04 18:06:59 1452 6
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人