題目: You are given two strings s and t. String t is generated by random shuffl...
題目: Given the head of a linked list, remove the nth node from the end of the li...
題目: Given a string s, find the first non-repeating character in it and return i...
題目: Given two strings ransomNote and magazine, return true if ransomNote can be...
題目: Given an array nums of n integers, return an array of all the unique quadru...
題目: Given a string containing digits from 2-9 inclusive, return all possible le...
題目: Given an integer array nums of length n and an integer target, find three i...
題目: We are playing the Guess Game. The game is as follows: I pick a number fr...
題目: Given a positive integer num, write a function which returns True if num is...
題目: Given two integer arrays nums1 and nums2, return an array of their intersec...
題目: Given two integer arrays nums1 and nums2, return an array of their intersec...
題目: Given a string s, reverse only all the vowels in the string and return it....
題目: Write a function that reverses a string. The input string is given as an ar...
題目: Given an integer n, return true if it is a power of four. Otherwise, return...
題目: Given an integer n, return an array ans of length n + 1 such that for each...
題目: Given an integer array nums, return all the triplets [nums[i], nums[j], num...
題目: Roman numerals are represented by seven different symbols: I, V, X, L, C, D...
題目: You are given an integer array height of length n. There are n vertical lin...
adj_seq_cnt += 1 print("adj_seq",adj_seq_cnt) if adj_seq_cnt == num_ad...
題目: Implement the myAtoi(string s) function, which converts a string to a 32-bi...
題目: Given an integer n, return true if it is a power of three. Otherwise, retur...
題目: Given an integer array nums, handle multiple queries of the following type:...
題目: You are playing the following Nim Game with your friend: Initially, there...
def get_instance_boxes_multisweep_sample_data(cls,...
這篇文章要繼續解讀 MotionNet 中 gen_data的第二部份。 for ann_token in corresponding_sample_rec['...
題目: Given a pattern and a string s, find if s follows the same pattern. Here...
題目: Given an integer array nums, move all 0's to the end of it while maintainin...
題目: You are a product manager and currently leading a team to develop a new pro...
題目: Given a signed 32-bit integer x, return x with its digits reversed. If reve...
題目: Given an array nums containing n distinct numbers in the range [0, n], retu...