实战演练
JAVA
- [Leetcode-49] Group Anagrams 变形词
- [LeetCode-67]Add Binary
- [LeetCode-344]Reverse String|[JAVA] Simple and Clean with Explanations [6 Solutions]
- [LeetCode-345]Reverse Vowels of a String
- [LeetCode-441]Arranging Coins
- [LeetCode-553]Optimal Division|O(n) very easy Java solution.
- [LeetCode-557]Reverse Words in a String III|Easiest Java Solution (9ms) – Similar to Reverse Words in a String II
- [LeetCode-566]Reshape the Matrix|Java Concise O(nm) time
Python
- [LeetCode-2]Add Two Numbers
- [LeetCode-3]Longest Substring Without Repeating Characters
- [LeetCode-33]Search in Rotated Sorted Array
- [Leetcode-151]Reverse Words in a String
- [LeetCode-172]Factorial Trailing Zeroes
- [LeetCode-205]Isomorphic Strings
- [LeetCode-303]Range Sum Query – Immutable
- [LeetCode-345]Reverse Vowels of a String
- [LeetCode-441]Arranging Coins
- [LeetCode-537]Complex Number Multiplication
- [LeetCode-553]Optimal Division
- [LeetCode-557]Reverse Words in a String III
- [LeetCode-561]Array Partition I
- [LeetCode-566]Reshape the Matrix
- [LeetCode-575]Distribute Candies
JavaScript
- [LeetCode-345]Reverse Vowels of a String
- [LeetCode-557]Reverse Words in a String III
- [LeetCode-575]Distribute Candies|1-line JavaScript O(n) solution using Set