码迷,mamicode.com
首页 >  
搜索关键字:topic    ( 2781个结果
[Lintcode]46. Majority Element/[Leetcode]169. Majority Element
"46. Majority Element" /[169. Majority Element(https://leetcode.com/problems/majority element/) 本题难度: Easy Topic: Greedy Description Given an array of ...
分类:其他好文   时间:2019-02-10 19:03:48    阅读次数:220
[Lintcode]142. O(1) Check Power of 2
"142. O(1) Check Power of 2" 本题难度: Easy Topic: Math&Bit Manipulation Description Using O(1) time to check whether an integer n is a power of 2. Exampl ...
分类:其他好文   时间:2019-02-10 09:39:13    阅读次数:160
[Lintcode]2. Trailing Zeros
"2. Trailing Zeros" 本题难度: Easy Topic: Math&Bit Manipulation Description Write an algorithm which computes the number of trailing zeros in n factorial. ...
分类:其他好文   时间:2019-02-10 09:38:59    阅读次数:165
[Leetcode]81. Search in Rotated Sorted Array II
"81. Search in Rotated Sorted Array II" 本题难度: Medium Topic: Binary Search 类似 "[Lintcode]62. Search in Rotated Sorted Array/[Leetcode]33. Search in Rot ...
分类:其他好文   时间:2019-02-10 09:35:44    阅读次数:188
[Lintcode]181. Flip Bits
"181. Flip Bits" 本题难度: Easy Topic: Math&Bit Manipulation Description Determine the number of bits required to flip if you want to convert integer n to ...
分类:其他好文   时间:2019-02-10 09:33:33    阅读次数:225
[Lintcode]62. Search in Rotated Sorted Array/[Leetcode]33. Search in Rotated Sorted Array
"[Lintcode]62. Search in Rotated Sorted Array" / "[Leetcode]33. Search in Rotated Sorted Array" 本题难度: Medium/Medium Topic: Binary Search Description 6 ...
分类:其他好文   时间:2019-02-10 09:31:29    阅读次数:156
[Lintcode]61. Search for a Range/[Leetcode]34. Find First and Last Position of Element in Sorted Array
"[Lintcode]61. Search for a Range" / "[Leetcode]34. Find First and Last Position of Element in Sorted Array" 本题难度: Medium/Medium Topic: Binary Search ...
分类:其他好文   时间:2019-02-10 09:22:00    阅读次数:143
[Lintcode]183. Wood Cut
"183. Wood Cut" 本题难度: Hard Topic: Binary Search Description Given n pieces of wood with length L[i] (integer array). Cut them into small pieces to gua ...
分类:其他好文   时间:2019-02-10 09:17:21    阅读次数:195
[Lintcode]74. First Bad Version/[Leetcode]278. First Bad Version
"[Lintcode]74. First Bad Version" "[Leetcode]278. First Bad Version" 本题难度: [Lintcode]Medium/[Leetcode] Topic: Binary Search Description 我的代码 for Leet ...
分类:其他好文   时间:2019-02-09 10:32:29    阅读次数:220
搞懂分布式技术21:浅谈分布式消息技术 Kafka
搞懂分布式技术21:浅谈分布式消息技术 Kafka 浅谈分布式消息技术 Kafka 本文主要介绍了这几部分内容: 1基本介绍和架构概览 2kafka事务传输的特点 3kafka的消息存储格式:topic和parition 4副本(replication)策略:主从broker部署和partition ...
分类:其他好文   时间:2019-02-08 21:34:27    阅读次数:194
2781条   上一页 1 ... 61 62 63 64 65 ... 279 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!