You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -662,6 +662,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
662
662
| 1043. Partition Array for Maximum Sum |[Link](https://leetcode.com/problems/partition-array-for-maximum-sum/)|[Link](./lib/medium/1043_partition_array_for_maximum_sum.rb)|[Link](./test/medium/test_1043_partition_array_for_maximum_sum.rb)|
663
663
| 1079. Letter Tile Possibilities |[Link](https://leetcode.com/problems/letter-tile-possibilities/)|[Link](./lib/medium/1079_letter_tile_possibilities.rb)|[Link](./test/medium/test_1079_letter_tile_possibilities.rb)|
664
664
| 1081. Smallest Subsequence of Distinct Characters |[Link](https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/)|[Link](./lib/medium/1081_smallest_subsequence_of_distinct_characters.rb)|[Link](./test/medium/test_1081_smallest_subsequence_of_distinct_characters.rb)|
665
+
| 1110. Delete Nodes And Return Forest |[Link](https://leetcode.com/problems/delete-nodes-and-return-forest/)|[Link](./lib/medium/1110_delete_nodes_and_return_forest.rb)|[Link](./test/medium/test_1110_delete_nodes_and_return_forest.rb)|
665
666
| 1400. Construct K Palindrome Strings |[Link](https://leetcode.com/problems/construct-k-palindrome-strings/)|[Link](./lib/medium/1400_construct_k_palindrome_strings.rb)|[Link](./test/medium/test_1400_construct_k_palindrome_strings.rb)|
666
667
| 2116. Check if a Parentheses String Can Be Valid |[Link](https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid/)|[Link](./lib/medium/2116_check_if_a_parentheses_string_can_be_valid.rb)|[Link](./test/medium/test_2116_check_if_a_parentheses_string_can_be_valid.rb)|
667
668
| 2425. Bitwise XOR of All Pairings |[Link](https://leetcode.com/problems/bitwise-xor-of-all-pairings/)|[Link](./lib/medium/2425_bitwise_xor_of_all_pairings.rb)|[Link](./test/medium/test_2425_bitwise_xor_of_all_pairings.rb)|
0 commit comments