码迷,mamicode.com
首页 >  
搜索关键字:lc    ( 989个结果
[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] 152. Maximum Product Subarray
Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product. Example 1: I ...
分类:其他好文   时间:2019-12-17 13:19:28    阅读次数:82
[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] 91. Decode Ways
A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given a non-empty strin ...
分类:其他好文   时间:2019-12-16 10:17:31    阅读次数:122
[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
lua编译为二进制方式
当不想使用户看到lua源码,文本文件可以通过luac,把lua文本文件“编译”成二进制的文件。 lc@lc-virtual-machine:~/lua$ luac -o redis-white redis-white.lua lc@lc-virtual-machine:~/lua$ cat redi ...
分类:其他好文   时间:2019-12-16 09:25:16    阅读次数:381
[LC] 62. Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:其他好文   时间:2019-12-16 09:18:17    阅读次数:102
[LC] 674. Longest Continuous Increasing Subsequence
Given an unsorted array of integers, find the length of longest continuous increasing subsequence (subarray). Example 1: Input: [1,3,5,4,7] Output: 3 ...
分类:其他好文   时间:2019-12-15 10:28:00    阅读次数:70
Linux 基础命令
0001,启动linux图形界面 startx 0002,设置系统区域,语言等 :查看当前系统的的locale信息 :修改locale显示出来的信息。 :查看帮助 :列出所有可以使用的locale信息,各个国家都有 :修改locale信息 用中文显示系统: LC_CTYPE等都可以修改。 还可以使用 ...
分类:系统相关   时间:2019-12-14 12:13:32    阅读次数:121
[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
989条   上一页 1 ... 17 18 19 20 21 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!