摘要:
We are given a list schedule of employees, which represents the working time for each employee. Each employee has a list of non-overlapping Intervals, 阅读全文
posted @ 2020-04-10 14:27
CNoodle
阅读(717)
评论(0)
推荐(1)
摘要:
Given a list of unique words, find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. words[i] + 阅读全文
posted @ 2020-04-10 06:43
CNoodle
阅读(194)
评论(0)
推荐(0)
摘要:
Given a string s, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest palindrome you can f 阅读全文
posted @ 2020-04-10 05:12
CNoodle
阅读(164)
评论(0)
推荐(0)
摘要:
Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character. Note that after 阅读全文
posted @ 2020-04-10 01:46
CNoodle
阅读(201)
评论(0)
推荐(0)