摘要: Given an integer array nums, return the greatest common divisor of the smallest number and largest number in nums. The greatest common divisor of two 阅读全文
posted @ 2024-01-08 00:52 CNoodle 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Given the head of a linked list head, in which each node contains an integer value. Between every pair of adjacent nodes, insert a new node with a val 阅读全文
posted @ 2024-01-08 00:48 CNoodle 阅读(12) 评论(0) 推荐(0) 编辑