All leetcode questions that solved in different methods.

| question number | URL | type | result |
|---|---|---|---|
| 9 | Palindrome Number | string | 😯 |
| 205 | Isomorphic Strings | string | 👌 |
| 240 | Search a 2D Matrix II | array | 👌 |
| 242 | Valid Anagram | string | 👌 |
| 283 | Move Zeroes | array | 👌 |
| 287 | Find the Duplicate Number | array | 👌 |
| 378 | Kth Smallest Element in a Sorted Matrix | array | 👌 |
| 409 | Longest Palindrome | string | 👌 |
| 485 | Max Consecutive Ones | array | 👌 |
| 565 | Array Nesting | array | 👌 |
| 645 | Set Mismatch | array | 👌 |
| 647 | Palindromic Substrings | string | 😯 |
| 667 | Beautiful Arrangement II | array | 👌 |
| 696 | Count Binary Substrings | string | 😯 |
| 697 | Degree of an Array | array | 👌 |
| 766 | Toeplitz Matrix | array | 👌 |
| 769 | Max Chunks To Make Sorted | array | 👌 |