发表评论取消回复
相关阅读
相关 LeetCode_模拟_中等_874.模拟行走机器人
目录 1.题目 2.思路 3.代码实现(Java) 1.题目 机器人在一个无限大小的 XY 网格平面上行走,从点 (0, 0) 处开始出发,面向
相关 leetcode模拟面试
90分钟3道题 第一题:字符串 / 给你一个字符串 s,它由数字('0' - '9')和 '' 组成。我们希望按下述规则将 s 映射为一些小写英文字符:
相关 旋转数组 LeetCode(思维+模拟)
给定一个数组,将数组中的元素向右移动 k 个位置,其中 k 是非负数。 示例 1: 输入: [1,2,3,4,5,6,7] 和 k = 3 输出: [5,6
相关 旋转图像 LeetCode(模拟)
给定一个 n × n 的二维矩阵表示一个图像。 将图像顺时针旋转 90 度。 说明: 你必须在[原地][Link 1]旋转图像,这意味着你需要直接修改输入的二维矩阵。请不
相关 【Leetcode】55. Jump Game(模拟)
Given an array of non-negative integers, you are initially positioned at the first index
相关 【Leetcode】54. Spiral Matrix(模拟)
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix
相关 【Leetcode】56. Merge Intervals(模拟)
Given a collection of intervals, merge all overlapping intervals. Example 1: Input
相关 【Leetcode】135. Candy(模拟)
There are N children standing in a line. Each child is assigned a rating value. You are
还没有评论,来说两句吧...