如何檢視你對於一門程式語言的掌握程度,LeetCode是一項很好的檢測標準,
解題固然重要,但真正有意義的是過程中的思考,這也是很多新手最容易忽略的,
學習不是只有一直吸收而已,如何運用所學的知識去解決問題,才是最重要的。
題目 Given two strings s and t , write a function to determine if t is an anagram...
題目 Given an array nums, write a function to move all 0's to the end of it while...
題目 Given a pattern and a string s, find if s follows the same pattern. Here foll...
題目 Write a function that reverses a string. The input string is given as an arra...
題目 Given a positive integer num, write a function which returns True if num is a...
題目 Given a string, find the first non-repeating character in it and return its i...
題目 Given an integer array nums, find the contiguous subarray (containing at leas...
題目 Given an array of integers nums and an integer target, return indices of the...
題目 Given an integer array nums, you need to find one continuous subarray that if...
題目 An array is monotonic if it is either monotone increasing or monotone decreas...