@@ -12,18 +12,19 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
12
12
13
13
### Easy
14
14
15
- | Name | Link to LeetCode | Link to solution |
16
- | ----------------------------| ---------------------------------------------------------------| ------------------------------------------------|
17
- | 1. Two Sum | [ Link] ( https://leetcode.com/problems/two-sum/ ) | [ Link] ( ./lib/easy/two_sum.dart ) |
18
- | 9. Palindrome Number | [ Link] ( https://leetcode.com/problems/palindrome-number/ ) | [ Link] ( ./lib/easy/palindrome_number.dart ) |
19
- | 13. Roman to Integer | [ Link] ( https://leetcode.com/problems/roman-to-integer/ ) | [ Link] ( ./lib/easy/roman_to_integer.dart ) |
20
- | 14. Longest Common Prefix | [ Link] ( https://leetcode.com/problems/longest-common-prefix/ ) | [ Link] ( ./lib/easy/longest_common_prefix.dart ) |
21
- | 20. Valid Parentheses | [ Link] ( https://leetcode.com/problems/valid-parentheses/ ) | [ Link] ( ./lib/easy/valid_parentheses.dart ) |
22
- | 21. Merge Two Sorted Lists | [ Link] ( https://leetcode.com/problems/merge-two-sorted-lists/ ) | [ Link] ( ./lib/easy/merge_two_sorted_lists.dart ) |
23
- | 27. Remove Element | [ Link] ( https://leetcode.com/problems/remove-element/ ) | [ Link] ( ./lib/easy/remove_element.dart ) |
24
- | 35. Search Insert Position | [ Link] ( https://leetcode.com/problems/search-insert-position/ ) | [ Link] ( ./lib/easy/search_insert_position.dart ) |
25
- | 58. Length of Last Word | [ Link] ( https://leetcode.com/problems/length-of-last-word/ ) | [ Link] ( ./lib/easy/length_of_last_word.dart ) |
26
- | 66. Plus One | [ Link] ( https://leetcode.com/problems/plus-one/ ) | [ Link] ( ./lib/easy/plus_one.dart ) |
27
- | 67. Add Binary | [ Link] ( https://leetcode.com/problems/add-binary/ ) | [ Link] ( ./lib/easy/add_binary.dart ) |
28
- | 69. Sqrt(x) | [ Link] ( https://leetcode.com/problems/sqrtx/ ) | [ Link] ( ./lib/easy/sqrt_x.dart ) |
29
- | 70. Climbing Stairs | [ Link] ( https://leetcode.com/problems/climbing-stairs/ ) | [ Link] ( ./lib/easy/climbing_stairs.dart ) |
15
+ | Name | Link to LeetCode | Link to solution |
16
+ | ----------------------------------------| ---------------------------------------------------------------------------| ------------------------------------------------------------|
17
+ | 1. Two Sum | [ Link] ( https://leetcode.com/problems/two-sum/ ) | [ Link] ( ./lib/easy/two_sum.dart ) |
18
+ | 9. Palindrome Number | [ Link] ( https://leetcode.com/problems/palindrome-number/ ) | [ Link] ( ./lib/easy/palindrome_number.dart ) |
19
+ | 13. Roman to Integer | [ Link] ( https://leetcode.com/problems/roman-to-integer/ ) | [ Link] ( ./lib/easy/roman_to_integer.dart ) |
20
+ | 14. Longest Common Prefix | [ Link] ( https://leetcode.com/problems/longest-common-prefix/ ) | [ Link] ( ./lib/easy/longest_common_prefix.dart ) |
21
+ | 20. Valid Parentheses | [ Link] ( https://leetcode.com/problems/valid-parentheses/ ) | [ Link] ( ./lib/easy/valid_parentheses.dart ) |
22
+ | 21. Merge Two Sorted Lists | [ Link] ( https://leetcode.com/problems/merge-two-sorted-lists/ ) | [ Link] ( ./lib/easy/merge_two_sorted_lists.dart ) |
23
+ | 27. Remove Element | [ Link] ( https://leetcode.com/problems/remove-element/ ) | [ Link] ( ./lib/easy/remove_element.dart ) |
24
+ | 35. Search Insert Position | [ Link] ( https://leetcode.com/problems/search-insert-position/ ) | [ Link] ( ./lib/easy/search_insert_position.dart ) |
25
+ | 58. Length of Last Word | [ Link] ( https://leetcode.com/problems/length-of-last-word/ ) | [ Link] ( ./lib/easy/length_of_last_word.dart ) |
26
+ | 66. Plus One | [ Link] ( https://leetcode.com/problems/plus-one/ ) | [ Link] ( ./lib/easy/plus_one.dart ) |
27
+ | 67. Add Binary | [ Link] ( https://leetcode.com/problems/add-binary/ ) | [ Link] ( ./lib/easy/add_binary.dart ) |
28
+ | 69. Sqrt(x) | [ Link] ( https://leetcode.com/problems/sqrtx/ ) | [ Link] ( ./lib/easy/sqrt_x.dart ) |
29
+ | 70. Climbing Stairs | [ Link] ( https://leetcode.com/problems/climbing-stairs/ ) | [ Link] ( ./lib/easy/climbing_stairs.dart ) |
30
+ | 83. Remove Duplicates from Sorted List | [ Link] ( https://leetcode.com/problems/remove-duplicates-from-sorted-list/ ) | [ Link] ( ./lib/easy/remove_duplicates_from_sorted_list.dart ) |
0 commit comments