xinyu04

导航

2022年8月19日 #

[Oracle] LeetCode 848. Shifting Letters

摘要: You are given a string s of lowercase English letters and an integer array shifts of the same length. Call the shift() of a letter, the next letter in 阅读全文

posted @ 2022-08-19 15:47 Blackzxy 阅读(11) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 1740 Find Distance in a Binary Tree

摘要: Given the root of a binary tree and two integers p and q, return the distance between the nodes of value p and value q in the tree. The distance betwe 阅读全文

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

[Oracle] LeetCode 253 Meeting Rooms II

摘要: Given an array of meeting time intervals intervals where intervals[i] = [starti, endi], return the minimum number of conference rooms required. Soluti 阅读全文

posted @ 2022-08-19 01:56 Blackzxy 阅读(12) 评论(0) 推荐(0) 编辑