摘要:
Difficulty: Medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/longest-substring-without-repeating-characters/ Given a string, 阅读全文
摘要:
Difficulty: Hard More:【目录】LeetCode Java实现 Description Validate if a given string can be interpreted as a decimal number. Some examples:"0" => true" 0. 阅读全文
摘要:
Difficulty: Medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/string-to-integer-atoi/ Implement atoi which converts a string t 阅读全文
摘要:
Difficulty: Easy More:【目录】LeetCode Java实现 Description Given a string, you need to reverse the order of characters in each word within a sentence while 阅读全文
摘要:
Difficulty: Medium More:【目录】LeetCode Java实现 Description Given an input string, reverse the string word by word. Example: Note: A word is defined as a 阅读全文
摘要:
Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/implement-strstr/ Implement strStr(). Return the index of the first 阅读全文
摘要:
Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/valid-palindrome/ Given a string, determine if it is a palindrome, 阅读全文
摘要:
Difficulty:easy More:【目录】LeetCode Java实现 Description Design and implement a TwoSum class. It should support the following operations: addand find.add( 阅读全文