xinyu04

导航

2022年10月3日 #

[Oracle] LeetCode 48 Rotate Image 思维

摘要: You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise). You have to rotate the image in-place, which means 阅读全文

posted @ 2022-10-03 20:45 Blackzxy 阅读(13) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 141 Linked List Cycle 判环

摘要: Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the 阅读全文

posted @ 2022-10-03 20:19 Blackzxy 阅读(7) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 2 Add Two Numbers

摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes conta 阅读全文

posted @ 2022-10-03 03:41 Blackzxy 阅读(20) 评论(0) 推荐(0) 编辑