码迷,mamicode.com
首页 >  
搜索关键字:represents    ( 776个结果
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-02-08 13:07:39    阅读次数:182
19.2.7 [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 maxim ...
分类:其他好文   时间:2019-02-07 17:51:36    阅读次数:159
C# string 与 String的区别
The string type represents a string of Unicode characters. string is an alias for System.String in the .NET Framework. string is a reference type,obje ...
分类:Windows程序   时间:2019-02-07 16:33:06    阅读次数:225
【leetcode】988. Smallest String Starting From Leaf
题目如下: Given the root of a binary tree, each node has a value from 0 to 25representing the letters 'a' to 'z': a value of 0 represents 'a', a value of  ...
分类:其他好文   时间:2019-02-06 15:52:32    阅读次数:192
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 988] Smallest String Starting From Leaf
Given the root of a binary tree, each node has a value from 0 to 25 representing the letters 'a' to 'z': a value of 0 represents 'a', a value of 1 rep ...
分类:其他好文   时间:2019-02-05 13:13:56    阅读次数:142
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
LC 988. Smallest String Starting From Leaf
Given the root of a binary tree, each node has a value from 0 to 25 representing the letters 'a' to 'z': a value of 0 represents 'a', a value of 1repr ...
分类:其他好文   时间:2019-02-03 14:11:35    阅读次数:195
golang 文件操作
golang中对文件的操作方法封装在os包中的type File struct中 File represents an open file descriptor. 创建新文件 Create Create creates the named file, truncating it if it alre ...
分类:其他好文   时间:2019-02-02 23:04:45    阅读次数:219
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
776条   上一页 1 ... 10 11 12 13 14 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!