码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
LC 990. Satisfiability of Equality Equations
Given an array equations of strings that represent relationships between variables, each string equations[i] has length 4 and takes one of two differe ...
分类:其他好文   时间:2019-02-10 20:31:42    阅读次数:135
贪心——D - Radar Installation
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:其他好文   时间:2019-02-10 15:07:59    阅读次数:174
POJ 1017
Packets Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 53686 Accepted: 18250 Description A factory produces products packed in square pack ...
分类:其他好文   时间:2019-02-10 14:59:33    阅读次数:118
what is the difference between Integer and int in java?
int is a primitive type, Variables of int type store the actual binary value for the Integer type you want to represent. Integer is a class, no diffee ...
分类:编程语言   时间:2019-02-10 00:25:56    阅读次数:200
#Leetcode# 725. Split Linked List in Parts
https://leetcode.com/problems/split-linked-list-in-parts/ Given a (singly) linked list with head node root, write a function to split the linked list ...
分类:其他好文   时间:2019-02-09 12:05:21    阅读次数:114
LeetCode-142-Linked List Cycle II
算法描述: Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, w ...
分类:其他好文   时间:2019-02-06 17:14:52    阅读次数:150
401. Binary Watch
A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59). Each LED represents ...
分类:其他好文   时间:2019-02-06 09:29:48    阅读次数:117
leetcode 141. Linked List Cycle
Given a linked list, determine if it has a cycle in it. To represent a cycle in the given linked list, we use an integer poswhich represents the posit ...
分类:其他好文   时间:2019-02-03 23:34:47    阅读次数:201
CSU-2116 Polyline Simplification
CSU "2116" Polyline Simplification Description Mapping applications often represent the boundaries of countries, cities, etc. as polylines, which are ...
分类:其他好文   时间:2019-02-03 19:36:33    阅读次数:168
LeetCode 883 Projection Area of 3D Shapes 解题报告
题目要求 On a N * N grid, we place some 1 * 1 * 1 cubes that are axis-aligned with the x, y, and z axes. Each value v = grid[i][j] represents a tower of v ...
分类:其他好文   时间:2019-02-02 10:33:48    阅读次数:205
1045条   上一页 1 ... 18 19 20 21 22 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!