码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
LeetCode #275 H-Index II
Question Given an array of citations sorted in ascending order (each citation is a non-negative integer) of a researcher, write a function to compute ...
分类:其他好文   时间:2020-01-10 00:53:46    阅读次数:74
LeetCode #274 H-Index
Question Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. ...
分类:其他好文   时间:2020-01-10 00:43:41    阅读次数:76
[LC] 61. Rotate List
Given a linked list, rotate the list to the right by k places, where k is non-negative. Example 1: Input: 1->2->3->4->5->NULL, k = 2 Output: 4->5->1-> ...
分类:其他好文   时间:2020-01-01 11:55:07    阅读次数:52
leetcode 2.Add Two Numbers
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:其他好文   时间:2019-12-30 09:58:18    阅读次数:102
[LC] 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 maxim ...
分类:其他好文   时间:2019-12-17 13:28:04    阅读次数:80
[LC] 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 maxim ...
分类:其他好文   时间:2019-12-16 13:29:17    阅读次数:92
[LC] 64. Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. ...
分类:其他好文   时间:2019-12-16 09:34:47    阅读次数:82
[LC] 746. Min Cost Climbing Stairs
On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed). Once you pay the cost, you can either climb one or two steps. Y ...
分类:其他好文   时间:2019-12-13 14:20:55    阅读次数:92
671. Second Minimum Node In a Binary Tree
Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. ...
分类:其他好文   时间:2019-12-07 21:15:30    阅读次数:99
HDU - 3709 - Balanced Number(数位DP)
链接: https://vjudge.net/problem/HDU 3709 题意: A balanced number is a non negative integer that can be balanced if a pivot is placed at some digit. More ...
分类:其他好文   时间:2019-12-07 01:14:03    阅读次数:81
2271条   上一页 1 ... 6 7 8 9 10 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!