最新 最热

Leetcode 45 Jump Game II

Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump ...

2018-01-12
1

Leetcode 55 Jump Game

Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump ...

2018-01-12
1

Leetcode 92 Reverse Linked List II

Reverse a linked list from position m to n. Do it in-place and in one-pass. For example: Given 1->2->3->4->5->NULL, m = 2 and n = 4, return 1->4->3->2->5->N...

2018-01-12
0

Leetcode 299. Bulls and Cows

You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. Each time your fr...

2018-01-12
1

leetcode之-题34

腾讯云开发者社区是腾讯云官方开发者社区,致力于打造开发者的技术分享型社区。提供专栏,问答,沙龙等产品和服务,汇聚海量精品云计算使用和开发经验,致力于帮助开发者快速成长与发展,营造开放的云计算技术生态圈。...

2018-01-02
1

【 SPA大赛 】关于数据处理和特征工程的一些分享

本文介绍了关于数据处理和特征工程的一些分享,主要包括数据探索、数据预处理、特征工程和技巧等内容。作者通过参加腾讯社交广告高校算法大赛,在比赛中尝试了不同的数据处理和特征工程方法,最终取得了良好的成绩。同时,作...

2017-06-19
0