摘要:
Minimum Cost of Buying Candies With Discount A shop is selling candies at a discount. For every two candies sold, the shop gives a third candy for fre 阅读全文
posted @ 2022-11-01 20:22
iyiluo
阅读(15)
评论(0)
推荐(0)
摘要:
N-th Tribonacci Number The Tribonacci sequence Tn is defined as follows: T0 = 0, T1 = 1, T2 = 1, and Tn+3 = Tn + Tn+1 + Tn+2 for n >= 0. Given n, retu 阅读全文
posted @ 2022-11-01 19:58
iyiluo
阅读(19)
评论(0)
推荐(0)
摘要:
Binary Tree Paths Given the root of a binary tree, return all root-to-leaf paths in any order. A leaf is a node with no children. Example 1: Input: ro 阅读全文
posted @ 2022-11-01 19:58
iyiluo
阅读(21)
评论(0)
推荐(0)
摘要:
Find N Unique Integers Sum up to Zero Given an integer n, return any array containing n unique integers such that they add up to 0. Example 1: Input: 阅读全文
posted @ 2022-11-01 19:57
iyiluo
阅读(17)
评论(0)
推荐(0)
摘要:
Pascal's Triangle Given an integer numRows, return the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two num 阅读全文
posted @ 2022-11-01 19:57
iyiluo
阅读(14)
评论(0)
推荐(0)
摘要:
Make Two Arrays Equal by Reversing Subarrays You are given two integer arrays of equal length target and arr. In one step, you can select any non-empt 阅读全文
posted @ 2022-11-01 19:57
iyiluo
阅读(18)
评论(0)
推荐(0)
摘要:
windows 系统的远程桌面有很多,包括微软自带的 mstsc,不过 mstsc 只能在内网使用,在家庭版操作系统上默认无法使用。还有比较出名的 teamviewer、向日葵等,想要获得比较好的连接体验,一般都要花钱买付费服务。 搜索一番,发现有个比较好的开源远程桌面 rustdesk,官方提供服 阅读全文
posted @ 2022-11-01 14:50
iyiluo
阅读(1173)
评论(0)
推荐(0)