摘要: 原题链接在这里:https://leetcode.com/problems/maximum-path-quality-of-a-graph/ 题目: There is an undirected graph with n nodes numbered from 0 to n - 1 (inclusi 阅读全文
posted @ 2022-08-28 16:40 Dylan_Java_NYC 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram-ii/ 题目: You are given two strings s and t. In one step, you 阅读全文
posted @ 2022-08-28 15:56 Dylan_Java_NYC 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram/ 题目: You are given two strings of the same length s and t. I 阅读全文
posted @ 2022-08-28 15:50 Dylan_Java_NYC 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/buddy-strings/ 题目: Given two strings s and goal, return true if you can swap two letters in s so the result is e 阅读全文
posted @ 2022-08-28 15:21 Dylan_Java_NYC 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/design-file-system/ 题目: You are asked to design a file system that allows you to create new paths and associate 阅读全文
posted @ 2022-08-28 09:03 Dylan_Java_NYC 阅读(262) 评论(0) 推荐(0) 编辑