码迷,mamicode.com
首页 >  
搜索关键字:two pointer    ( 13796个结果
LeetCode 2. 两数相加
题目链接:https://leetcode-cn.com/problems/add-two-numbers/ 给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字。 如果,我们将这两个数相加起来,则会返回一个新的链表来表 ...
分类:其他好文   时间:2020-02-26 20:49:23    阅读次数:57
PAT 1014 Waiting in Line (模拟)
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules ...
分类:其他好文   时间:2020-02-26 18:40:18    阅读次数:62
Golang中的Slice与数组
1.Golang中的数组 数组是一种具有固定长度的基本数据结构,在golang中与C语言一样数组一旦创建了它的长度就不允许改变,数组的空余位置用0填补,不允许数组越界。 数组的一些基本操作: 1.创建数组: func main() { var arr1 = [...]int{1,2,3,4} //[ ...
分类:编程语言   时间:2020-02-25 23:09:57    阅读次数:91
CF1304A Two Rabbits
A. Two Rabbits "原题" Problem Restatement 两个兔子以恒定速度相向而行,求相遇时间?若无法在整时间相遇,输出$ 1$ Solution 相遇问题,距离除以总速度为时间,看时间是否为整数即可。 Code ...
分类:其他好文   时间:2020-02-25 09:37:51    阅读次数:43
LeetCode | 1362. Closest Divisors最接近的因数【Python】
LeetCode 1362. Closest Divisors最接近的因数【Medium】【Python】【数学】 Problem "LeetCode" Given an integer , find the closest two integers in absolute difference w ...
分类:编程语言   时间:2020-02-23 20:17:07    阅读次数:90
Shashlik Cooking
Long story short, shashlik is Miroslav's favorite food. Shashlik is prepared on several skewers simultaneously. There are two states for each skewer: ...
分类:其他好文   时间:2020-02-23 17:59:52    阅读次数:59
小程序路由页面跳转
小程序页面跳转 https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.switchTab.html 。 ...
分类:微信   时间:2020-02-23 14:40:31    阅读次数:85
PTA 甲 1009 Product of Polynomials
1009 Product of Polynomials 题目原题 [TOC] This time, you are supposed to find A × B where A and B are two polynomials. Input Specification: Each input fi ...
分类:其他好文   时间:2020-02-21 18:29:34    阅读次数:61
JS淘宝小广告
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{ margin:0; padding:0; } #app{ width: 295px; height: 1 ...
分类:Web程序   时间:2020-02-21 14:50:52    阅读次数:118
【雅思】雅思核心词汇精讲-unit 2
unit two 词汇 infant,toddler 阶段 difficult stage 可以换成 difficult period period 只指一段时间 区间的意思,stage则为发展历程的某一个阶段 childhood parenthood throw a tantrum 发脾气 愤怒从 ...
分类:其他好文   时间:2020-02-20 13:39:21    阅读次数:121
13796条   上一页 1 ... 57 58 59 60 61 ... 1380 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!