摘要: 原题链接在这里:https://leetcode.com/problems/rank-transform-of-an-array/description/ 题目: Given an array of integers arr, replace each element with its rank. 阅读全文
posted @ 2024-04-21 22:48 Dylan_Java_NYC 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/spiral-matrix-iv/description/ 题目: You are given two integers m and n, which represent the dimensions of a matrix 阅读全文
posted @ 2024-04-21 10:44 Dylan_Java_NYC 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/diagonal-traverse-ii/description/ 题目: Given a 2D integer array nums, return all elements of nums in diagonal ord 阅读全文
posted @ 2024-04-21 10:04 Dylan_Java_NYC 阅读(2) 评论(0) 推荐(0) 编辑